#000E4F

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

Shades of Sapphire #000E4F

Tints of Sapphire #000E4F

Color information

#000E4F (or 0x000E4F) is unknown color: approx Sapphire. HEX triplet: 00, 0E and 4F. RGB value is (0,14,79). Sum of RGB (Red+Green+Blue) = 0+14+79=93 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 93); Green value is 14 (5.86% from 255 or 15.05% from 93); Blue value is 79 (31.25% from 255 or 84.95% from 93); Max value from RGB is 79 - color contains mainly: blue. Hex color #000E4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E4F is #FFF1B0. Grayscale: #101010. Windows color (decimal): -16773553 or 5180928. OLE color: 5180928.

HSL color Cylindrical-coordinate representation of color #000E4F: hue angle of 229.37º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E4F is Cyan = 1, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB01479-
CMYK10.8200.69
HSL229.37º100%15.49%-
HSV(B)229.37º100%30.98%-
XYZ1.570.887.48-
YUV17.22162.86115.71-

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) = 15.05%
BLUE value IS 79 (31.25% from 255) = 84.95%
R=0%
G=15.05%
B=84.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal0147910.8200.69229.3710015.49
Hex0E4F6452045e564f
Octal016117144122010534514417
Binary01110100111111001001010010010001011110010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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