Html Css Color HEX #042172 Sapphire

📋 copy color: '#042172'

red 4 ◦ green 33 ◦ blue 114

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

Shades of Sapphire #042172

Tints of Sapphire #042172

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.5%

R = 2.65%
G = 21.85%
B = 75.5%

CMYK

 C value IS 0.96

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

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

RGB 4 33 114 -
CMYK 0.96 0.71 0 0.55
HSL 224.18º 0.93% 0.23% -
HSV(B) 224.18º 0.96% 0.45% -
XYZ 3.63 2.33 16.18 -
YUV 33.56 173.39 106.91 -
System Red Green Blue C M Y K H S L
Decimal 4 33 114 0.96 0.71 0 0.55 224.18 0.93 0.23
Hex 4 21 72 60 47 0 37 E0 5D 17
Octal 4 41 162 140 107 0 67 340 135 27
Binary 100 100001 1110010 1100000 1000111 0 110111 11100000 1011101 10111

Color Harmonies of #042172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042172

Black with #042172

Text Example


Text Example

White with #042172

Text Example


Text Example

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