Html Css Color HEX #021E77 Sapphire

📋 copy color: '#021E77'

red 2 ◦ green 30 ◦ blue 119

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

Shades of Sapphire #021E77

Tints of Sapphire #021E77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 78.81%

R = 1.32%
G = 19.87%
B = 78.81%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#021E77 (or 0x021E77) is known color: Sapphire. HEX triplet: 02, 1E and 77. RGB value is (2,30,119). Sum of RGB (Red+Green+Blue) = 2+30+119=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 30 (12.11% from 255 or 19.87% from 151); Blue value is 119 (46.88% from 255 or 78.81% from 151); Max value from RGB is 119 - color contains mainly: blue. Hex color #021E77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021E77 is #FDE188. Grayscale: #1F1F1F. Windows color (decimal): -16638345 or 7806466. OLE color: 7806466.

HSL color Cylindrical-coordinate representation of color #021E77: hue angle of 225.64º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021E77 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 30 119 -
CMYK 0.98 0.75 0 0.53
HSL 225.64º 0.97% 0.24% -
HSV(B) 225.64º 0.98% 0.47% -
XYZ 3.82 2.27 17.69 -
YUV 31.77 177.22 106.76 -
System Red Green Blue C M Y K H S L
Decimal 2 30 119 0.98 0.75 0 0.53 225.64 0.97 0.24
Hex 2 1E 77 62 4B 0 35 E2 61 18
Octal 2 36 167 142 113 0 65 342 141 30
Binary 10 11110 1110111 1100010 1001011 0 110101 11100010 1100001 11000

Color Harmonies of #021E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E77

Black with #021E77

Text Example


Text Example

White with #021E77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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