#042A6E

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

Shades of Sapphire #042A6E

Tints of Sapphire #042A6E

Color information

#042A6E (or 0x042A6E) is unknown color: approx Sapphire. HEX triplet: 04, 2A and 6E. RGB value is (4,42,110). Sum of RGB (Red+Green+Blue) = 4+42+110=156 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.56% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 110 (43.36% from 255 or 70.51% from 156); Max value from RGB is 110 - color contains mainly: blue. Hex color #042A6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042A6E is #FBD591. Grayscale: #262626. Windows color (decimal): -16504210 or 7219716. OLE color: 7219716.

HSL color Cylindrical-coordinate representation of color #042A6E: hue angle of 218.49º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042A6E is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB442110-
CMYK0.960.6200.57
HSL218.49º92.98%22.35%-
HSV(B)218.49º96.36%43.14%-
XYZ3.692.8115.1-
YUV38.39168.41103.47-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.56%
GREEN value IS 42 (16.80% from 255) = 26.92%
BLUE value IS 110 (43.36% from 255) = 70.51%
R=2.56%
G=26.92%
B=70.51%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal4421100.960.6200.57218.4992.9822.35
Hex42A6E603E039da5d16
Octal4521561407607133213526
Binary10010101011011101100000111110011100111011010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042A6E; }

 p { color: rgb(4,42,110); }

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

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

 a { background-color: rgb(4,42,110); }

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

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

 span { border-color: rgb(4,42,110); }

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