#011D56

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

Shades of Sapphire #011D56

Tints of Sapphire #011D56

Color information

#011D56 (or 0x011D56) is unknown color: approx Sapphire. HEX triplet: 01, 1D and 56. RGB value is (1,29,86). Sum of RGB (Red+Green+Blue) = 1+29+86=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 86 (33.98% from 255 or 74.14% from 116); Max value from RGB is 86 - color contains mainly: blue. Hex color #011D56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #011D56 is #FEE2A9. Grayscale: #1A1A1A. Windows color (decimal): -16704170 or 5643521. OLE color: 5643521.

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

Color convert

RGB12986-
CMYK0.990.6600.66
HSL220.24º97.7%17.06%-
HSV(B)220.24º98.84%33.73%-
XYZ2.131.568.99-
YUV27.13161.22109.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.86%
GREEN value IS 29 (11.72% from 255) = 25%
BLUE value IS 86 (33.98% from 255) = 74.14%
R=0.86%
G=25%
B=74.14%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal129860.990.6600.66220.2497.717.06
Hex11D566342042dc6211
Octal135126143102010233414221
Binary1111011010110110001110000100100001011011100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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