Html Css Color HEX #041872 Sapphire

📋 copy color: '#041872'

red 4 ◦ green 24 ◦ blue 114

#041872
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #041872

Tints of Sapphire #041872

RGB

 RED value IS 4 (1.95% from 255) = 2.82%

 GREEN value IS 24 (9.77% from 255) = 16.9%

 BLUE value IS 114 (44.92% from 255) = 80.28%

R = 2.82%
G = 16.9%
B = 80.28%

CMYK

 C value IS 0.96

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#041872 (or 0x041872) is known color: 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

RGB 4 24 114 -
CMYK 0.96 0.79 0 0.55
HSL 229.09º 0.93% 0.23% -
HSV(B) 229.09º 0.96% 0.45% -
XYZ 3.41 1.89 16.11 -
YUV 28.28 176.37 110.68 -
System Red Green Blue C M Y K H S L
Decimal 4 24 114 0.96 0.79 0 0.55 229.09 0.93 0.23
Hex 4 18 72 60 4F 0 37 E5 5D 17
Octal 4 30 162 140 117 0 67 345 135 27
Binary 100 11000 1110010 1100000 1001111 0 110111 11100101 1011101 10111

Color Harmonies of #041872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041872

Black with #041872

Text Example


Text Example

White with #041872

Text Example


Text Example

HTML Codes & Css Web 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>