#042080

Color #042080 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #042080

Tints of Sapphire #042080

Color information

#042080 (or 0x042080) is unknown color: approx Sapphire. HEX triplet: 04, 20 and 80. RGB value is (4,32,128). Sum of RGB (Red+Green+Blue) = 4+32+128=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 128 (50.39% from 255 or 78.05% from 164); Max value from RGB is 128 - color contains mainly: blue. Hex color #042080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #042080 is #FBDF7F. Grayscale: #222222. Windows color (decimal): -16506752 or 8396804. OLE color: 8396804.

HSL color Cylindrical-coordinate representation of color #042080: hue angle of 226.45º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #042080 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB432128-
CMYK0.970.7500.50
HSL226.45º93.94%25.88%-
HSV(B)226.45º96.88%50.2%-
XYZ4.462.6220.69-
YUV34.57180.72106.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 2.44%
GREEN value IS 32 (12.89% from 255) = 19.51%
BLUE value IS 128 (50.39% from 255) = 78.05%
R=2.44%
G=19.51%
B=78.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal4321280.970.7500.50226.4593.9425.88
Hex42080614B032e25e1a
Octal44020014111306234213632
Binary1001000001000000011000011001011011001011100010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042080; }

 p { color: rgb(4,32,128); }

 H1.HeaderClassName
 {
   color: #042080;
 }
 .AnyTagClassName
 {
   color: #042080;
 }
</style>
background-color css

<style>
 a { background-color: #042080; }

 a { background-color: rgb(4,32,128); }

 div.DivClassName
 {
   background-color: #042080;
 }
 .BgClassName
 {
   background-color: #042080;
 }
</style>
border-color css

<style>
 span { border-color: #042080; }

 span { border-color: rgb(4,32,128); }

 td.TdClassName
 {
   border-color: #042080;
 }
 .TagClassName
 {
   border-color: #042080;
 }
</style>