#021E79

Color #021E79 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #021E79

Tints of Sapphire #021E79

Color information

#021E79 (or 0x021E79) is unknown color: approx Sapphire. HEX triplet: 02, 1E and 79. RGB value is (2,30,121). Sum of RGB (Red+Green+Blue) = 2+30+121=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 121 (47.66% from 255 or 79.08% from 153); Max value from RGB is 121 - color contains mainly: blue. Hex color #021E79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021E79 is #FDE186. Grayscale: #1F1F1F. Windows color (decimal): -16638343 or 7937538. OLE color: 7937538.

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

Color convert

RGB230121-
CMYK0.980.7500.53
HSL225.88º96.75%24.12%-
HSV(B)225.88º98.35%47.45%-
XYZ3.942.3218.33-
YUV32178.22106.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 30 (12.11% from 255) = 19.61%
BLUE value IS 121 (47.66% from 255) = 79.08%
R=1.31%
G=19.61%
B=79.08%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2301210.980.7500.53225.8896.7524.12
Hex21E79624B035e26118
Octal23617114211306534214130
Binary1011110111100111000101001011011010111100010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #021E79;
 }
 .AnyTagClassName
 {
   color: #021E79;
 }
</style>
background-color css

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

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

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

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

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

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