Html Css Color HEX #022272 Sapphire

📋 copy color: '#022272'

red 2 ◦ green 34 ◦ blue 114

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

Shades of Sapphire #022272

Tints of Sapphire #022272

RGB

 RED value IS 2 (1.17% from 255) = 1.33%

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

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

R = 1.33%
G = 22.67%
B = 76%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#022272 (or 0x022272) is known color: Sapphire. HEX triplet: 02, 22 and 72. RGB value is (2,34,114). Sum of RGB (Red+Green+Blue) = 2+34+114=150 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.33% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 114 (44.92% from 255 or 76% from 150); Max value from RGB is 114 - color contains mainly: blue. Hex color #022272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022272 is #FDDD8D. Grayscale: #212121. Windows color (decimal): -16637326 or 7479810. OLE color: 7479810.

HSL color Cylindrical-coordinate representation of color #022272: hue angle of 222.86º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022272 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 34 114 -
CMYK 0.98 0.70 0 0.55
HSL 222.86º 0.97% 0.23% -
HSV(B) 222.86º 0.98% 0.45% -
XYZ 3.63 2.37 16.19 -
YUV 33.55 173.4 105.5 -
System Red Green Blue C M Y K H S L
Decimal 2 34 114 0.98 0.70 0 0.55 222.86 0.97 0.23
Hex 2 22 72 62 46 0 37 DF 61 17
Octal 2 42 162 142 106 0 67 337 141 27
Binary 10 100010 1110010 1100010 1000110 0 110111 11011111 1100001 10111

Color Harmonies of #022272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022272

Black with #022272

Text Example


Text Example

White with #022272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022272; }

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

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

background-color css

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

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

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

border-color css

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

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

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