#021E5A

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

Shades of Sapphire #021E5A

Tints of Sapphire #021E5A

Color information

#021E5A (or 0x021E5A) is unknown color: approx Sapphire. HEX triplet: 02, 1E and 5A. RGB value is (2,30,90). Sum of RGB (Red+Green+Blue) = 2+30+90=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 30 (12.11% from 255 or 24.59% from 122); Blue value is 90 (35.55% from 255 or 73.77% from 122); Max value from RGB is 90 - color contains mainly: blue. Hex color #021E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021E5A is #FDE1A5. Grayscale: #1C1C1C. Windows color (decimal): -16638374 or 5905922. OLE color: 5905922.

HSL color Cylindrical-coordinate representation of color #021E5A: hue angle of 220.91º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021E5A is Cyan = 0.98, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB23090-
CMYK0.980.6700.65
HSL220.91º95.65%18.04%-
HSV(B)220.91º97.78%35.29%-
XYZ2.331.689.87-
YUV28.47162.72109.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.64%
GREEN value IS 30 (12.11% from 255) = 24.59%
BLUE value IS 90 (35.55% from 255) = 73.77%
R=1.64%
G=24.59%
B=73.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal230900.980.6700.65220.9195.6518.04
Hex21E5A6243041dd6012
Octal236132142103010133514022
Binary10111101011010110001010000110100000111011101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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