Html Css Color HEX #022059 Sapphire

📋 copy color: '#022059'

red 2 ◦ green 32 ◦ blue 89

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

Shades of Sapphire #022059

Tints of Sapphire #022059

RGB

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

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

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

R = 1.63%
G = 26.02%
B = 72.36%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#022059 (or 0x022059) is known color: Sapphire. HEX triplet: 02, 20 and 59. RGB value is (2,32,89). Sum of RGB (Red+Green+Blue) = 2+32+89=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 89 (35.16% from 255 or 72.36% from 123); Max value from RGB is 89 - color contains mainly: blue. Hex color #022059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022059 is #FDDFA6. Grayscale: #1D1D1D. Windows color (decimal): -16637863 or 5840898. OLE color: 5840898.

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

Color convert

RGB 2 32 89 -
CMYK 0.98 0.64 0 0.65
HSL 219.31º 0.96% 0.18% -
HSV(B) 219.31º 0.98% 0.35% -
XYZ 2.34 1.77 9.67 -
YUV 29.53 161.56 108.37 -
System Red Green Blue C M Y K H S L
Decimal 2 32 89 0.98 0.64 0 0.65 219.31 0.96 0.18
Hex 2 20 59 62 40 0 41 DB 60 12
Octal 2 40 131 142 100 0 101 333 140 22
Binary 10 100000 1011001 1100010 1000000 0 1000001 11011011 1100000 10010

Color Harmonies of #022059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022059

Black with #022059

Text Example


Text Example

White with #022059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022059; }

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

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

background-color css

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

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

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

border-color css

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

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

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