#000E56

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

Shades of Sapphire #000E56

Tints of Sapphire #000E56

Color information

#000E56 (or 0x000E56) is unknown color: approx Sapphire. HEX triplet: 00, 0E and 56. RGB value is (0,14,86). Sum of RGB (Red+Green+Blue) = 0+14+86=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 14 (5.86% from 255 or 14% from 100); Blue value is 86 (33.98% from 255 or 86% from 100); Max value from RGB is 86 - color contains mainly: blue. Hex color #000E56 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E56 is #FFF1A9. Grayscale: #111111. Windows color (decimal): -16773546 or 5639680. OLE color: 5639680.

HSL color Cylindrical-coordinate representation of color #000E56: hue angle of 230.23º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E56 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB01486-
CMYK10.8400.66
HSL230.23º100%16.86%-
HSV(B)230.23º100%33.73%-
XYZ1.840.998.9-
YUV18.02166.36115.15-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 14 (5.86% from 255) = 14%
BLUE value IS 86 (33.98% from 255) = 86%
R=0%
G=14%
B=86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal0148610.8400.66230.2310016.86
Hex0E566454042e66411
Octal016126144124010234614421
Binary011101010110110010010101000100001011100110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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