#000E66

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

Shades of Sapphire #000E66

Tints of Sapphire #000E66

Color information

#000E66 (or 0x000E66) is unknown color: approx Sapphire. HEX triplet: 00, 0E and 66. RGB value is (0,14,102). Sum of RGB (Red+Green+Blue) = 0+14+102=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 14 (5.86% from 255 or 12.07% from 116); Blue value is 102 (40.23% from 255 or 87.93% from 116); Max value from RGB is 102 - color contains mainly: blue. Hex color #000E66 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E66 is #FFF199. Grayscale: #131313. Windows color (decimal): -16773530 or 6688256. OLE color: 6688256.

HSL color Cylindrical-coordinate representation of color #000E66: hue angle of 231.76º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E66 is Cyan = 1, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB014102-
CMYK10.8600.6
HSL231.76º100%20%-
HSV(B)231.76º100%40%-
XYZ2.561.2712.68-
YUV19.85174.36113.84-

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) = 12.07%
BLUE value IS 102 (40.23% from 255) = 87.93%
R=0%
G=12.07%
B=87.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal01410210.8600.6231.7610020
Hex0E66645603Ce86414
Octal01614614412607435014424
Binary01110110011011001001010110011110011101000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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