Html Css Color HEX #022159 Sapphire

📋 copy color: '#022159'

red 2 ◦ green 33 ◦ blue 89

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

Shades of Sapphire #022159

Tints of Sapphire #022159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 71.77%

R = 1.61%
G = 26.61%
B = 71.77%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#022159 (or 0x022159) is known color: Sapphire. HEX triplet: 02, 21 and 59. RGB value is (2,33,89). Sum of RGB (Red+Green+Blue) = 2+33+89=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 89 (35.16% from 255 or 71.77% from 124); Max value from RGB is 89 - color contains mainly: blue. Hex color #022159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022159 is #FDDEA6. Grayscale: #1D1D1D. Windows color (decimal): -16637607 or 5841154. OLE color: 5841154.

HSL color Cylindrical-coordinate representation of color #022159: hue angle of 218.62º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022159 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 33 89 -
CMYK 0.98 0.63 0 0.65
HSL 218.62º 0.96% 0.18% -
HSV(B) 218.62º 0.98% 0.35% -
XYZ 2.37 1.82 9.68 -
YUV 30.12 161.23 107.95 -
System Red Green Blue C M Y K H S L
Decimal 2 33 89 0.98 0.63 0 0.65 218.62 0.96 0.18
Hex 2 21 59 62 3F 0 41 DB 60 12
Octal 2 41 131 142 77 0 101 333 140 22
Binary 10 100001 1011001 1100010 111111 0 1000001 11011011 1100000 10010

Color Harmonies of #022159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022159

Black with #022159

Text Example


Text Example

White with #022159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022159; }

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

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

background-color css

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

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

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

border-color css

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

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

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