Html Css Color HEX #021E60 Sapphire

📋 copy color: '#021E60'

red 2 ◦ green 30 ◦ blue 96

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

Shades of Sapphire #021E60

Tints of Sapphire #021E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 75%

R = 1.56%
G = 23.44%
B = 75%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#021E60 (or 0x021E60) is known color: Sapphire. HEX triplet: 02, 1E and 60. RGB value is (2,30,96). Sum of RGB (Red+Green+Blue) = 2+30+96=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 96 (37.89% from 255 or 75% from 128); Max value from RGB is 96 - color contains mainly: blue. Hex color #021E60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021E60 is #FDE19F. Grayscale: #1C1C1C. Windows color (decimal): -16638368 or 6299138. OLE color: 6299138.

HSL color Cylindrical-coordinate representation of color #021E60: hue angle of 222.13º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021E60 is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 2 30 96 -
CMYK 0.98 0.69 0 0.62
HSL 222.13º 0.96% 0.19% -
HSV(B) 222.13º 0.98% 0.38% -
XYZ 2.6 1.79 11.27 -
YUV 29.15 165.72 108.63 -
System Red Green Blue C M Y K H S L
Decimal 2 30 96 0.98 0.69 0 0.62 222.13 0.96 0.19
Hex 2 1E 60 62 45 0 3E DE 60 13
Octal 2 36 140 142 105 0 76 336 140 23
Binary 10 11110 1100000 1100010 1000101 0 111110 11011110 1100000 10011

Color Harmonies of #021E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E60

Black with #021E60

Text Example


Text Example

White with #021E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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