#000E48

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

Shades of Sapphire #000E48

Tints of Sapphire #000E48

Color information

#000E48 (or 0x000E48) is unknown color: approx Sapphire. HEX triplet: 00, 0E and 48. RGB value is (0,14,72). Sum of RGB (Red+Green+Blue) = 0+14+72=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 14 (5.86% from 255 or 16.28% from 86); Blue value is 72 (28.52% from 255 or 83.72% from 86); Max value from RGB is 72 - color contains mainly: blue. Hex color #000E48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000E48 is #FFF1B7. Grayscale: #101010. Windows color (decimal): -16773560 or 4722176. OLE color: 4722176.

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

Color convert

RGB01472-
CMYK10.8100.72
HSL228.33º100%14.12%-
HSV(B)228.33º100%28.24%-
XYZ1.330.786.21-
YUV16.43159.36116.28-

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.28%
BLUE value IS 72 (28.52% from 255) = 83.72%
R=0%
G=16.28%
B=83.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal0147210.8100.72228.3310014.12
Hex0E486451048e464e
Octal016110144121011034414416
Binary01110100100011001001010001010010001110010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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