Html Css Color HEX #042272 Sapphire

📋 copy color: '#042272'

red 4 ◦ green 34 ◦ blue 114

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

Shades of Sapphire #042272

Tints of Sapphire #042272

RGB

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

 GREEN value IS 34 (13.67% from 255) = 22.37%

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

R = 2.63%
G = 22.37%
B = 75%

CMYK

 C value IS 0.96

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#042272 (or 0x042272) is known color: Sapphire. HEX triplet: 04, 22 and 72. RGB value is (4,34,114). Sum of RGB (Red+Green+Blue) = 4+34+114=152 (20% of max value = 765). Red value is 4 (1.95% from 255 or 2.63% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 114 (44.92% from 255 or 75% from 152); Max value from RGB is 114 - color contains mainly: blue. Hex color #042272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042272 is #FBDD8D. Grayscale: #212121. Windows color (decimal): -16506254 or 7479812. OLE color: 7479812.

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

Color convert

RGB 4 34 114 -
CMYK 0.96 0.70 0 0.55
HSL 223.64º 0.93% 0.23% -
HSV(B) 223.64º 0.96% 0.45% -
XYZ 3.66 2.38 16.19 -
YUV 34.15 173.06 106.5 -
System Red Green Blue C M Y K H S L
Decimal 4 34 114 0.96 0.70 0 0.55 223.64 0.93 0.23
Hex 4 22 72 60 46 0 37 E0 5D 17
Octal 4 42 162 140 106 0 67 340 135 27
Binary 100 100010 1110010 1100000 1000110 0 110111 11100000 1011101 10111

Color Harmonies of #042272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #042272

Black with #042272

Text Example


Text Example

White with #042272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #042272; }

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

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

background-color css

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

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

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

border-color css

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

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

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