#000E49

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

Shades of Sapphire #000E49

Tints of Sapphire #000E49

Color information

#000E49 (or 0x000E49) is unknown color: approx Sapphire. HEX triplet: 00, 0E and 49. RGB value is (0,14,73). Sum of RGB (Red+Green+Blue) = 0+14+73=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 14 (5.86% from 255 or 16.09% from 87); Blue value is 73 (28.91% from 255 or 83.91% from 87); Max value from RGB is 73 - color contains mainly: blue. Hex color #000E49 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000E49 is #FFF1B6. Grayscale: #101010. Windows color (decimal): -16773559 or 4787712. OLE color: 4787712.

HSL color Cylindrical-coordinate representation of color #000E49: hue angle of 228.49º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E49 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB01473-
CMYK10.8100.71
HSL228.49º100%14.31%-
HSV(B)228.49º100%28.63%-
XYZ1.360.86.39-
YUV16.54159.86116.2-

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) = 16.09%
BLUE value IS 73 (28.91% from 255) = 83.91%
R=0%
G=16.09%
B=83.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal0147310.8100.71228.4910014.31
Hex0E496451047e464e
Octal016111144121010734414416
Binary01110100100111001001010001010001111110010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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