Html Css Color HEX #022079 Sapphire

📋 copy color: '#022079'

red 2 ◦ green 32 ◦ blue 121

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

Shades of Sapphire #022079

Tints of Sapphire #022079

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.65%

 BLUE value IS 121 (47.66% from 255) = 78.06%

R = 1.29%
G = 20.65%
B = 78.06%

CMYK

 C value IS 0.98

 M value IS 0.74

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#022079 (or 0x022079) is known color: Sapphire. HEX triplet: 02, 20 and 79. RGB value is (2,32,121). Sum of RGB (Red+Green+Blue) = 2+32+121=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 121 (47.66% from 255 or 78.06% from 155); Max value from RGB is 121 - color contains mainly: blue. Hex color #022079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022079 is #FDDF86. Grayscale: #202020. Windows color (decimal): -16637831 or 7938050. OLE color: 7938050.

HSL color Cylindrical-coordinate representation of color #022079: hue angle of 224.87º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022079 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 32 121 -
CMYK 0.98 0.74 0 0.53
HSL 224.87º 0.97% 0.24% -
HSV(B) 224.87º 0.98% 0.47% -
XYZ 3.99 2.43 18.35 -
YUV 33.18 177.56 105.76 -
System Red Green Blue C M Y K H S L
Decimal 2 32 121 0.98 0.74 0 0.53 224.87 0.97 0.24
Hex 2 20 79 62 4A 0 35 E1 61 18
Octal 2 40 171 142 112 0 65 341 141 30
Binary 10 100000 1111001 1100010 1001010 0 110101 11100001 1100001 11000

Color Harmonies of #022079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022079

Black with #022079

Text Example


Text Example

White with #022079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022079; }

 p { color: rgb(2,32,121); }

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

background-color css

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

 a { background-color: rgb(2,32,121); }

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

border-color css

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

 span { border-color: rgb(2,32,121); }

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