Html Css Color HEX #021E81 Sapphire

📋 copy color: '#021E81'

red 2 ◦ green 30 ◦ blue 129

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

Shades of Sapphire #021E81

Tints of Sapphire #021E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 80.12%

R = 1.24%
G = 18.63%
B = 80.12%

CMYK

 C value IS 0.98

 M value IS 0.77

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#021E81 (or 0x021E81) is known color: Sapphire. HEX triplet: 02, 1E and 81. RGB value is (2,30,129). Sum of RGB (Red+Green+Blue) = 2+30+129=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 129 (50.78% from 255 or 80.12% from 161); Max value from RGB is 129 - color contains mainly: blue. Hex color #021E81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #021E81 is #FDE17E. Grayscale: #202020. Windows color (decimal): -16638335 or 8461826. OLE color: 8461826.

HSL color Cylindrical-coordinate representation of color #021E81: hue angle of 226.77º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021E81 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 30 129 -
CMYK 0.98 0.77 0 0.49
HSL 226.77º 0.97% 0.26% -
HSV(B) 226.77º 0.98% 0.51% -
XYZ 4.45 2.53 21.02 -
YUV 32.91 182.22 105.95 -
System Red Green Blue C M Y K H S L
Decimal 2 30 129 0.98 0.77 0 0.49 226.77 0.97 0.26
Hex 2 1E 81 62 4D 0 31 E3 61 1A
Octal 2 36 201 142 115 0 61 343 141 32
Binary 10 11110 10000001 1100010 1001101 0 110001 11100011 1100001 11010

Color Harmonies of #021E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E81

Black with #021E81

Text Example


Text Example

White with #021E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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