Html Css Color HEX #022172 Sapphire

📋 copy color: '#022172'

red 2 ◦ green 33 ◦ blue 114

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

Shades of Sapphire #022172

Tints of Sapphire #022172

RGB

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

 GREEN value IS 33 (13.28% from 255) = 22.15%

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

R = 1.34%
G = 22.15%
B = 76.51%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#022172 (or 0x022172) is known color: Sapphire. HEX triplet: 02, 21 and 72. RGB value is (2,33,114). Sum of RGB (Red+Green+Blue) = 2+33+114=149 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.34% from 149); Green value is 33 (13.28% from 255 or 22.15% from 149); Blue value is 114 (44.92% from 255 or 76.51% from 149); Max value from RGB is 114 - color contains mainly: blue. Hex color #022172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022172 is #FDDE8D. Grayscale: #202020. Windows color (decimal): -16637582 or 7479554. OLE color: 7479554.

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

Color convert

RGB 2 33 114 -
CMYK 0.98 0.71 0 0.55
HSL 223.39º 0.97% 0.23% -
HSV(B) 223.39º 0.98% 0.45% -
XYZ 3.61 2.32 16.18 -
YUV 32.97 173.73 105.91 -
System Red Green Blue C M Y K H S L
Decimal 2 33 114 0.98 0.71 0 0.55 223.39 0.97 0.23
Hex 2 21 72 62 47 0 37 DF 61 17
Octal 2 41 162 142 107 0 67 337 141 27
Binary 10 100001 1110010 1100010 1000111 0 110111 11011111 1100001 10111

Color Harmonies of #022172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022172

Black with #022172

Text Example


Text Example

White with #022172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022172; }

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

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

background-color css

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

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

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

border-color css

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

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

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