Html Css Color HEX #021E59 Sapphire

📋 copy color: '#021E59'

red 2 ◦ green 30 ◦ blue 89

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

Shades of Sapphire #021E59

Tints of Sapphire #021E59

RGB

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

 GREEN value IS 30 (12.11% from 255) = 24.79%

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

R = 1.65%
G = 24.79%
B = 73.55%

CMYK

 C value IS 0.98

 M value IS 0.66

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#021E59 (or 0x021E59) is known color: Sapphire. HEX triplet: 02, 1E and 59. RGB value is (2,30,89). Sum of RGB (Red+Green+Blue) = 2+30+89=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 89 (35.16% from 255 or 73.55% from 121); Max value from RGB is 89 - color contains mainly: blue. Hex color #021E59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021E59 is #FDE1A6. Grayscale: #1C1C1C. Windows color (decimal): -16638375 or 5840386. OLE color: 5840386.

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

Color convert

RGB 2 30 89 -
CMYK 0.98 0.66 0 0.65
HSL 220.69º 0.96% 0.18% -
HSV(B) 220.69º 0.98% 0.35% -
XYZ 2.29 1.66 9.65 -
YUV 28.35 162.22 109.2 -
System Red Green Blue C M Y K H S L
Decimal 2 30 89 0.98 0.66 0 0.65 220.69 0.96 0.18
Hex 2 1E 59 62 42 0 41 DD 60 12
Octal 2 36 131 142 102 0 101 335 140 22
Binary 10 11110 1011001 1100010 1000010 0 1000001 11011101 1100000 10010

Color Harmonies of #021E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E59

Black with #021E59

Text Example


Text Example

White with #021E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021E59; }

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

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

background-color css

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

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

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

border-color css

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

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

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