#011F56

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

Shades of Sapphire #011F56

Tints of Sapphire #011F56

Color information

#011F56 (or 0x011F56) is unknown color: approx Sapphire. HEX triplet: 01, 1F and 56. RGB value is (1,31,86). Sum of RGB (Red+Green+Blue) = 1+31+86=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 31 (12.5% from 255 or 26.27% from 118); Blue value is 86 (33.98% from 255 or 72.88% from 118); Max value from RGB is 86 - color contains mainly: blue. Hex color #011F56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011F56 is #FEE0A9. Grayscale: #1C1C1C. Windows color (decimal): -16703658 or 5644033. OLE color: 5644033.

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

Color convert

RGB13186-
CMYK0.990.6400.66
HSL218.82º97.7%17.06%-
HSV(B)218.82º98.84%33.73%-
XYZ2.181.669.01-
YUV28.3160.56108.53-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.85%
GREEN value IS 31 (12.5% from 255) = 26.27%
BLUE value IS 86 (33.98% from 255) = 72.88%
R=0.85%
G=26.27%
B=72.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal131860.990.6400.66218.8297.717.06
Hex11F566340042db6211
Octal137126143100010233314221
Binary1111111010110110001110000000100001011011011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011F56; }

 p { color: rgb(1,31,86); }

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

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

 a { background-color: rgb(1,31,86); }

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

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

 span { border-color: rgb(1,31,86); }

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