#041872

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

Shades of Sapphire #041872

Tints of Sapphire #041872

Color information

#041872 (or 0x041872) is unknown color: approx Sapphire. HEX triplet: 04, 18 and 72. RGB value is (4,24,114). Sum of RGB (Red+Green+Blue) = 4+24+114=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 114 (44.92% from 255 or 80.28% from 142); Max value from RGB is 114 - color contains mainly: blue. Hex color #041872 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041872 is #FBE78D. Grayscale: #1B1B1B. Windows color (decimal): -16508814 or 7477252. OLE color: 7477252.

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

Color convert

RGB424114-
CMYK0.960.7900.55
HSL229.09º93.22%23.14%-
HSV(B)229.09º96.49%44.71%-
XYZ3.411.8916.11-
YUV28.28176.37110.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.82%
GREEN value IS 24 (9.77% from 255) = 16.90%
BLUE value IS 114 (44.92% from 255) = 80.28%
R=2.82%
G=16.90%
B=80.28%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4241140.960.7900.55229.0993.2223.14
Hex41872604F037e55d17
Octal43016214011706734513527
Binary10011000111001011000001001111011011111100101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041872; }

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

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

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

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

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

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

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

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