#042B72

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

Shades of Sapphire #042B72

Tints of Sapphire #042B72

Color information

#042B72 (or 0x042B72) is unknown color: approx Sapphire. HEX triplet: 04, 2B and 72. RGB value is (4,43,114). Sum of RGB (Red+Green+Blue) = 4+43+114=161 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.48% from 161); Green value is 43 (17.19% from 255 or 26.71% from 161); Blue value is 114 (44.92% from 255 or 70.81% from 161); Max value from RGB is 114 - color contains mainly: blue. Hex color #042B72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042B72 is #FBD48D. Grayscale: #272727. Windows color (decimal): -16503950 or 7482116. OLE color: 7482116.

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

Color convert

RGB443114-
CMYK0.960.6200.55
HSL218.73º93.22%23.14%-
HSV(B)218.73º96.49%44.71%-
XYZ3.952.9716.28-
YUV39.43170.08102.73-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.48%
GREEN value IS 43 (17.19% from 255) = 26.71%
BLUE value IS 114 (44.92% from 255) = 70.81%
R=2.48%
G=26.71%
B=70.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4431140.960.6200.55218.7393.2223.14
Hex42B72603E037db5d17
Octal4531621407606733313527
Binary10010101111100101100000111110011011111011011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,43,114); }

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

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

 a { background-color: rgb(4,43,114); }

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

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

 span { border-color: rgb(4,43,114); }

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