#000E5C

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

Shades of Sapphire #000E5C

Tints of Sapphire #000E5C

Color information

#000E5C (or 0x000E5C) is unknown color: approx Sapphire. HEX triplet: 00, 0E and 5C. RGB value is (0,14,92). Sum of RGB (Red+Green+Blue) = 0+14+92=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 92 (36.33% from 255 or 86.79% from 106); Max value from RGB is 92 - color contains mainly: blue. Hex color #000E5C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E5C is #FFF1A3. Grayscale: #121212. Windows color (decimal): -16773540 or 6032896. OLE color: 6032896.

HSL color Cylindrical-coordinate representation of color #000E5C: hue angle of 230.87º 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 #000E5C is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB01492-
CMYK10.8500.64
HSL230.87º100%18.04%-
HSV(B)230.87º100%36.08%-
XYZ2.091.0910.22-
YUV18.71169.36114.66-

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.21%
BLUE value IS 92 (36.33% from 255) = 86.79%
R=0%
G=13.21%
B=86.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal0149210.8500.64230.8710018.04
Hex0E5C6455040e76412
Octal016134144125010034714422
Binary011101011100110010010101010100000011100111110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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