#011B56

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

Shades of Sapphire #011B56

Tints of Sapphire #011B56

Color information

#011B56 (or 0x011B56) is unknown color: approx Sapphire. HEX triplet: 01, 1B and 56. RGB value is (1,27,86). Sum of RGB (Red+Green+Blue) = 1+27+86=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 27 (10.94% from 255 or 23.68% from 114); Blue value is 86 (33.98% from 255 or 75.44% from 114); Max value from RGB is 86 - color contains mainly: blue. Hex color #011B56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011B56 is #FEE4A9. Grayscale: #191919. Windows color (decimal): -16704682 or 5643009. OLE color: 5643009.

HSL color Cylindrical-coordinate representation of color #011B56: hue angle of 221.65º 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 #011B56 is Cyan = 0.99, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB12786-
CMYK0.990.6900.66
HSL221.65º97.7%17.06%-
HSV(B)221.65º98.84%33.73%-
XYZ2.081.468.98-
YUV25.95161.89110.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 27 (10.94% from 255) = 23.68%
BLUE value IS 86 (33.98% from 255) = 75.44%
R=0.88%
G=23.68%
B=75.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal127860.990.6900.66221.6597.717.06
Hex11B566345042de6211
Octal133126143105010233614221
Binary1110111010110110001110001010100001011011110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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