#010E56

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

Shades of Sapphire #010E56

Tints of Sapphire #010E56

Color information

#010E56 (or 0x010E56) is unknown color: approx Sapphire. HEX triplet: 01, 0E and 56. RGB value is (1,14,86). Sum of RGB (Red+Green+Blue) = 1+14+86=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 14 (5.86% from 255 or 13.86% from 101); Blue value is 86 (33.98% from 255 or 85.15% from 101); Max value from RGB is 86 - color contains mainly: blue. Hex color #010E56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010E56 is #FEF1A9. Grayscale: #121212. Windows color (decimal): -16708010 or 5639681. OLE color: 5639681.

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

Color convert

RGB11486-
CMYK0.990.8400.66
HSL230.82º97.7%17.06%-
HSV(B)230.82º98.84%33.73%-
XYZ1.850.998.9-
YUV18.32166.19115.65-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.99%
GREEN value IS 14 (5.86% from 255) = 13.86%
BLUE value IS 86 (33.98% from 255) = 85.15%
R=0.99%
G=13.86%
B=85.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal114860.990.8400.66230.8297.717.06
Hex1E566354042e76211
Octal116126143124010234714221
Binary111101010110110001110101000100001011100111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010E56; }

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

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

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

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

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

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

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

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