#000E5B

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

Shades of Sapphire #000E5B

Tints of Sapphire #000E5B

Color information

#000E5B (or 0x000E5B) is unknown color: approx Sapphire. HEX triplet: 00, 0E and 5B. RGB value is (0,14,91). Sum of RGB (Red+Green+Blue) = 0+14+91=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 14 (5.86% from 255 or 13.33% from 105); Blue value is 91 (35.94% from 255 or 86.67% from 105); Max value from RGB is 91 - color contains mainly: blue. Hex color #000E5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E5B is #FFF1A4. Grayscale: #121212. Windows color (decimal): -16773541 or 5967360. OLE color: 5967360.

HSL color Cylindrical-coordinate representation of color #000E5B: hue angle of 230.77º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E5B is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB01491-
CMYK10.8500.64
HSL230.77º100%17.84%-
HSV(B)230.77º100%35.69%-
XYZ2.051.0710-
YUV18.59168.86114.74-

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) = 13.33%
BLUE value IS 91 (35.94% from 255) = 86.67%
R=0%
G=13.33%
B=86.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0149110.8500.64230.7710017.84
Hex0E5B6455040e76412
Octal016133144125010034714422
Binary011101011011110010010101010100000011100111110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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