Html Css Color HEX #022372 Sapphire

📋 copy color: '#022372'

red 2 ◦ green 35 ◦ blue 114

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

Shades of Sapphire #022372

Tints of Sapphire #022372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.18%

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

R = 1.32%
G = 23.18%
B = 75.5%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#022372 (or 0x022372) is known color: Sapphire. HEX triplet: 02, 23 and 72. RGB value is (2,35,114). Sum of RGB (Red+Green+Blue) = 2+35+114=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 35 (14.06% from 255 or 23.18% 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 #022372 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022372 is #FDDC8D. Grayscale: #212121. Windows color (decimal): -16637070 or 7480066. OLE color: 7480066.

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

Color convert

RGB 2 35 114 -
CMYK 0.98 0.69 0 0.55
HSL 222.32º 0.97% 0.23% -
HSV(B) 222.32º 0.98% 0.45% -
XYZ 3.66 2.43 16.2 -
YUV 34.14 173.07 105.08 -
System Red Green Blue C M Y K H S L
Decimal 2 35 114 0.98 0.69 0 0.55 222.32 0.97 0.23
Hex 2 23 72 62 45 0 37 DE 61 17
Octal 2 43 162 142 105 0 67 336 141 27
Binary 10 100011 1110010 1100010 1000101 0 110111 11011110 1100001 10111

Color Harmonies of #022372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022372

Black with #022372

Text Example


Text Example

White with #022372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022372; }

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

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

background-color css

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

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

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

border-color css

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

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

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