#021E46

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

Shades of Sapphire #021E46

Tints of Sapphire #021E46

Color information

#021E46 (or 0x021E46) is unknown color: approx Sapphire. HEX triplet: 02, 1E and 46. RGB value is (2,30,70). Sum of RGB (Red+Green+Blue) = 2+30+70=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 70 (27.73% from 255 or 68.63% from 102); Max value from RGB is 70 - color contains mainly: blue. Hex color #021E46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E46 is #FDE1B9. Grayscale: #1A1A1A. Windows color (decimal): -16638394 or 4595202. OLE color: 4595202.

HSL color Cylindrical-coordinate representation of color #021E46: hue angle of 215.29º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #021E46 is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB23070-
CMYK0.970.5700.73
HSL215.29º94.44%14.12%-
HSV(B)215.29º97.14%27.45%-
XYZ1.591.385.98-
YUV26.19152.72110.75-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.96%
GREEN value IS 30 (12.11% from 255) = 29.41%
BLUE value IS 70 (27.73% from 255) = 68.63%
R=1.96%
G=29.41%
B=68.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal230700.970.5700.73215.2994.4414.12
Hex21E466139049d75ee
Octal23610614171011132713616
Binary101111010001101100001111001010010011101011110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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