Html Css Color HEX #021959 Sapphire

📋 copy color: '#021959'

red 2 ◦ green 25 ◦ blue 89

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

Shades of Sapphire #021959

Tints of Sapphire #021959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 21.55%

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

R = 1.72%
G = 21.55%
B = 76.72%

CMYK

 C value IS 0.98

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#021959 (or 0x021959) is known color: Sapphire. HEX triplet: 02, 19 and 59. RGB value is (2,25,89). Sum of RGB (Red+Green+Blue) = 2+25+89=116 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.72% from 116); Green value is 25 (10.16% from 255 or 21.55% from 116); Blue value is 89 (35.16% from 255 or 76.72% from 116); Max value from RGB is 89 - color contains mainly: blue. Hex color #021959 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021959 is #FDE6A6. Grayscale: #191919. Windows color (decimal): -16639655 or 5839106. OLE color: 5839106.

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

Color convert

RGB 2 25 89 -
CMYK 0.98 0.72 0 0.65
HSL 224.14º 0.96% 0.18% -
HSV(B) 224.14º 0.98% 0.35% -
XYZ 2.18 1.43 9.61 -
YUV 25.42 163.88 111.3 -
System Red Green Blue C M Y K H S L
Decimal 2 25 89 0.98 0.72 0 0.65 224.14 0.96 0.18
Hex 2 19 59 62 48 0 41 E0 60 12
Octal 2 31 131 142 110 0 101 340 140 22
Binary 10 11001 1011001 1100010 1001000 0 1000001 11100000 1100000 10010

Color Harmonies of #021959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021959

Black with #021959

Text Example


Text Example

White with #021959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021959; }

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

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

background-color css

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

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

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

border-color css

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

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

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