#021456

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

Shades of Sapphire #021456

Tints of Sapphire #021456

Color information

#021456 (or 0x021456) is unknown color: approx Sapphire. HEX triplet: 02, 14 and 56. RGB value is (2,20,86). Sum of RGB (Red+Green+Blue) = 2+20+86=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 86 (33.98% from 255 or 79.63% from 108); Max value from RGB is 86 - color contains mainly: blue. Hex color #021456 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021456 is #FDEBA9. Grayscale: #151515. Windows color (decimal): -16640938 or 5641218. OLE color: 5641218.

HSL color Cylindrical-coordinate representation of color #021456: hue angle of 227.14º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021456 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB22086-
CMYK0.980.7700.66
HSL227.14º95.45%17.25%-
HSV(B)227.14º97.67%33.73%-
XYZ1.951.198.93-
YUV22.14164.04113.63-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.85%
GREEN value IS 20 (8.20% from 255) = 18.52%
BLUE value IS 86 (33.98% from 255) = 79.63%
R=1.85%
G=18.52%
B=79.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal220860.980.7700.66227.1495.4517.25
Hex21456624D042e35f11
Octal224126142115010234313721
Binary10101001010110110001010011010100001011100011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021456; }

 p { color: rgb(2,20,86); }

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

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

 a { background-color: rgb(2,20,86); }

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

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

 span { border-color: rgb(2,20,86); }

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