#021656

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

Shades of Sapphire #021656

Tints of Sapphire #021656

Color information

#021656 (or 0x021656) is unknown color: approx Sapphire. HEX triplet: 02, 16 and 56. RGB value is (2,22,86). Sum of RGB (Red+Green+Blue) = 2+22+86=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 22 (8.98% from 255 or 20% from 110); Blue value is 86 (33.98% from 255 or 78.18% from 110); Max value from RGB is 86 - color contains mainly: blue. Hex color #021656 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021656 is #FDE9A9. Grayscale: #171717. Windows color (decimal): -16640426 or 5641730. OLE color: 5641730.

HSL color Cylindrical-coordinate representation of color #021656: hue angle of 225.71º 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 #021656 is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB22286-
CMYK0.980.7400.66
HSL225.71º95.45%17.25%-
HSV(B)225.71º97.67%33.73%-
XYZ1.991.268.94-
YUV23.32163.37112.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.82%
GREEN value IS 22 (8.98% from 255) = 20%
BLUE value IS 86 (33.98% from 255) = 78.18%
R=1.82%
G=20%
B=78.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal222860.980.7400.66225.7195.4517.25
Hex21656624A042e25f11
Octal226126142112010234213721
Binary10101101010110110001010010100100001011100010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021656; }

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

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

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

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

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

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

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

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