#021156

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

Shades of Sapphire #021156

Tints of Sapphire #021156

Color information

#021156 (or 0x021156) is unknown color: approx Sapphire. HEX triplet: 02, 11 and 56. RGB value is (2,17,86). Sum of RGB (Red+Green+Blue) = 2+17+86=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 86 (33.98% from 255 or 81.90% from 105); Max value from RGB is 86 - color contains mainly: blue. Hex color #021156 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021156 is #FDEEA9. Grayscale: #141414. Windows color (decimal): -16641706 or 5640450. OLE color: 5640450.

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

Color convert

RGB21786-
CMYK0.980.8000.66
HSL229.29º95.45%17.25%-
HSV(B)229.29º97.67%33.73%-
XYZ1.911.098.91-
YUV20.38165.03114.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.90%
GREEN value IS 17 (7.03% from 255) = 16.19%
BLUE value IS 86 (33.98% from 255) = 81.90%
R=1.90%
G=16.19%
B=81.90%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal217860.980.8000.66229.2995.4517.25
Hex211566250042e55f11
Octal221126142120010234513721
Binary10100011010110110001010100000100001011100101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021156; }

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

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

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

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

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

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

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

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