Html Css Color HEX #021159 Sapphire

📋 copy color: '#021159'

red 2 ◦ green 17 ◦ blue 89

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

Shades of Sapphire #021159

Tints of Sapphire #021159

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.74%

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

R = 1.85%
G = 15.74%
B = 82.41%

CMYK

 C value IS 0.98

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#021159 (or 0x021159) is known color: Sapphire. HEX triplet: 02, 11 and 59. RGB value is (2,17,89). Sum of RGB (Red+Green+Blue) = 2+17+89=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 89 (35.16% from 255 or 82.41% from 108); Max value from RGB is 89 - color contains mainly: blue. Hex color #021159 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021159 is #FDEEA6. Grayscale: #141414. Windows color (decimal): -16641703 or 5837058. OLE color: 5837058.

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

Color convert

RGB 2 17 89 -
CMYK 0.98 0.81 0 0.65
HSL 229.66º 0.96% 0.18% -
HSV(B) 229.66º 0.98% 0.35% -
XYZ 2.03 1.14 9.56 -
YUV 20.72 166.53 114.65 -
System Red Green Blue C M Y K H S L
Decimal 2 17 89 0.98 0.81 0 0.65 229.66 0.96 0.18
Hex 2 11 59 62 51 0 41 E6 60 12
Octal 2 21 131 142 121 0 101 346 140 22
Binary 10 10001 1011001 1100010 1010001 0 1000001 11100110 1100000 10010

Color Harmonies of #021159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021159

Black with #021159

Text Example


Text Example

White with #021159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021159; }

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

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

background-color css

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

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

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

border-color css

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

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

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