Html Css Color HEX #021E66 Sapphire

📋 copy color: '#021E66'

red 2 ◦ green 30 ◦ blue 102

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

Shades of Sapphire #021E66

Tints of Sapphire #021E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 76.12%

R = 1.49%
G = 22.39%
B = 76.12%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#021E66 (or 0x021E66) is known color: Sapphire. HEX triplet: 02, 1E and 66. RGB value is (2,30,102). Sum of RGB (Red+Green+Blue) = 2+30+102=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 30 (12.11% from 255 or 22.39% from 134); Blue value is 102 (40.23% from 255 or 76.12% from 134); Max value from RGB is 102 - color contains mainly: blue. Hex color #021E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021E66 is #FDE199. Grayscale: #1D1D1D. Windows color (decimal): -16638362 or 6692354. OLE color: 6692354.

HSL color Cylindrical-coordinate representation of color #021E66: hue angle of 223.2º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021E66 is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 2 30 102 -
CMYK 0.98 0.71 0 0.6
HSL 223.2º 0.96% 0.2% -
HSV(B) 223.2º 0.98% 0.4% -
XYZ 2.89 1.9 12.79 -
YUV 29.84 168.72 108.15 -
System Red Green Blue C M Y K H S L
Decimal 2 30 102 0.98 0.71 0 0.6 223.2 0.96 0.2
Hex 2 1E 66 62 47 0 3C DF 60 14
Octal 2 36 146 142 107 0 74 337 140 24
Binary 10 11110 1100110 1100010 1000111 0 111100 11011111 1100000 10100

Color Harmonies of #021E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E66

Black with #021E66

Text Example


Text Example

White with #021E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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