Html Css Color HEX #022170 Sapphire

📋 copy color: '#022170'

red 2 ◦ green 33 ◦ blue 112

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

Shades of Sapphire #022170

Tints of Sapphire #022170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 76.19%

R = 1.36%
G = 22.45%
B = 76.19%

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

#022170 (or 0x022170) is known color: Sapphire. HEX triplet: 02, 21 and 70. RGB value is (2,33,112). Sum of RGB (Red+Green+Blue) = 2+33+112=147 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.36% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 112 (44.14% from 255 or 76.19% from 147); Max value from RGB is 112 - color contains mainly: blue. Hex color #022170 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022170 is #FDDE8F. Grayscale: #202020. Windows color (decimal): -16637584 or 7348482. OLE color: 7348482.

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

Color convert

RGB 2 33 112 -
CMYK 0.98 0.71 0 0.56
HSL 223.09º 0.96% 0.22% -
HSV(B) 223.09º 0.98% 0.44% -
XYZ 3.49 2.27 15.58 -
YUV 32.74 172.73 106.08 -
System Red Green Blue C M Y K H S L
Decimal 2 33 112 0.98 0.71 0 0.56 223.09 0.96 0.22
Hex 2 21 70 62 47 0 38 DF 60 16
Octal 2 41 160 142 107 0 70 337 140 26
Binary 10 100001 1110000 1100010 1000111 0 111000 11011111 1100000 10110

Color Harmonies of #022170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022170

Black with #022170

Text Example


Text Example

White with #022170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022170; }

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

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

background-color css

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

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

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

border-color css

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

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

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