#000E55

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

Shades of Sapphire #000E55

Tints of Sapphire #000E55

Color information

#000E55 (or 0x000E55) is unknown color: approx Sapphire. HEX triplet: 00, 0E and 55. RGB value is (0,14,85). Sum of RGB (Red+Green+Blue) = 0+14+85=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 14 (5.86% from 255 or 14.14% from 99); Blue value is 85 (33.59% from 255 or 85.86% from 99); Max value from RGB is 85 - color contains mainly: blue. Hex color #000E55 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E55 is #FFF1AA. Grayscale: #111111. Windows color (decimal): -16773547 or 5574144. OLE color: 5574144.

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

Color convert

RGB01485-
CMYK10.8400.67
HSL230.12º100%16.67%-
HSV(B)230.12º100%33.33%-
XYZ1.80.978.69-
YUV17.91165.86115.23-

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.14%
BLUE value IS 85 (33.59% from 255) = 85.86%
R=0%
G=14.14%
B=85.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal0148510.8400.67230.1210016.67
Hex0E556454043e66411
Octal016125144124010334614421
Binary011101010101110010010101000100001111100110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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