#000E4B

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

Shades of Sapphire #000E4B

Tints of Sapphire #000E4B

Color information

#000E4B (or 0x000E4B) is unknown color: approx Sapphire. HEX triplet: 00, 0E and 4B. RGB value is (0,14,75). Sum of RGB (Red+Green+Blue) = 0+14+75=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 14 (5.86% from 255 or 15.73% from 89); Blue value is 75 (29.69% from 255 or 84.27% from 89); Max value from RGB is 75 - color contains mainly: blue. Hex color #000E4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000E4B is #FFF1B4. Grayscale: #101010. Windows color (decimal): -16773557 or 4918784. OLE color: 4918784.

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

Color convert

RGB01475-
CMYK10.8100.71
HSL228.8º100%14.71%-
HSV(B)228.8º100%29.41%-
XYZ1.430.826.74-
YUV16.77160.86116.04-

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.73%
BLUE value IS 75 (29.69% from 255) = 84.27%
R=0%
G=15.73%
B=84.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal0147510.8100.71228.810014.71
Hex0E4B6451047e564f
Octal016113144121010734514417
Binary01110100101111001001010001010001111110010111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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