#042172

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

Shades of Sapphire #042172

Tints of Sapphire #042172

Color information

#042172 (or 0x042172) is unknown color: approx Sapphire. HEX triplet: 04, 21 and 72. RGB value is (4,33,114). Sum of RGB (Red+Green+Blue) = 4+33+114=151 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.65% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 114 (44.92% from 255 or 75.50% from 151); Max value from RGB is 114 - color contains mainly: blue. Hex color #042172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042172 is #FBDE8D. Grayscale: #212121. Windows color (decimal): -16506510 or 7479556. OLE color: 7479556.

HSL color Cylindrical-coordinate representation of color #042172: hue angle of 224.18º 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 #042172 is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB433114-
CMYK0.960.7100.55
HSL224.18º93.22%23.14%-
HSV(B)224.18º96.49%44.71%-
XYZ3.632.3316.18-
YUV33.56173.39106.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.65%
GREEN value IS 33 (13.28% from 255) = 21.85%
BLUE value IS 114 (44.92% from 255) = 75.50%
R=2.65%
G=21.85%
B=75.50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4331140.960.7100.55224.1893.2223.14
Hex421726047037e05d17
Octal44116214010706734013527
Binary100100001111001011000001000111011011111100000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042172; }

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

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

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

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

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

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

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

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