Html Css Color HEX #042872 Sapphire

📋 copy color: '#042872'

red 4 ◦ green 40 ◦ blue 114

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

Shades of Sapphire #042872

Tints of Sapphire #042872

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.32%

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

R = 2.53%
G = 25.32%
B = 72.15%

CMYK

 C value IS 0.96

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#042872 (or 0x042872) is known color: Sapphire. HEX triplet: 04, 28 and 72. RGB value is (4,40,114). Sum of RGB (Red+Green+Blue) = 4+40+114=158 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.53% from 158); Green value is 40 (16.02% from 255 or 25.32% from 158); Blue value is 114 (44.92% from 255 or 72.15% from 158); Max value from RGB is 114 - color contains mainly: blue. Hex color #042872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042872 is #FBD78D. Grayscale: #252525. Windows color (decimal): -16504718 or 7481348. OLE color: 7481348.

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

Color convert

RGB 4 40 114 -
CMYK 0.96 0.65 0 0.55
HSL 220.36º 0.93% 0.23% -
HSV(B) 220.36º 0.96% 0.45% -
XYZ 3.85 2.76 16.25 -
YUV 37.67 171.07 103.98 -
System Red Green Blue C M Y K H S L
Decimal 4 40 114 0.96 0.65 0 0.55 220.36 0.93 0.23
Hex 4 28 72 60 41 0 37 DC 5D 17
Octal 4 50 162 140 101 0 67 334 135 27
Binary 100 101000 1110010 1100000 1000001 0 110111 11011100 1011101 10111

Color Harmonies of #042872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042872

Black with #042872

Text Example


Text Example

White with #042872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042872; }

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

 H1.HeaderClassName
 {
   color: #042872;
 }
 .AnyTagClassName
 {
   color: #042872;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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