Html Css Color HEX #022171 Sapphire

📋 copy color: '#022171'

red 2 ◦ green 33 ◦ blue 113

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

Shades of Sapphire #022171

Tints of Sapphire #022171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 76.35%

R = 1.35%
G = 22.3%
B = 76.35%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#022171 (or 0x022171) is known color: Sapphire. HEX triplet: 02, 21 and 71. RGB value is (2,33,113). Sum of RGB (Red+Green+Blue) = 2+33+113=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 113 (44.53% from 255 or 76.35% from 148); Max value from RGB is 113 - color contains mainly: blue. Hex color #022171 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022171 is #FDDE8E. Grayscale: #202020. Windows color (decimal): -16637583 or 7414018. OLE color: 7414018.

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

Color convert

RGB 2 33 113 -
CMYK 0.98 0.71 0 0.56
HSL 223.24º 0.97% 0.23% -
HSV(B) 223.24º 0.98% 0.44% -
XYZ 3.55 2.29 15.88 -
YUV 32.85 173.23 106 -
System Red Green Blue C M Y K H S L
Decimal 2 33 113 0.98 0.71 0 0.56 223.24 0.97 0.23
Hex 2 21 71 62 47 0 38 DF 61 17
Octal 2 41 161 142 107 0 70 337 141 27
Binary 10 100001 1110001 1100010 1000111 0 111000 11011111 1100001 10111

Color Harmonies of #022171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022171

Black with #022171

Text Example


Text Example

White with #022171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022171; }

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

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

background-color css

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

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

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

border-color css

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

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

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