#000E52

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

Shades of Sapphire #000E52

Tints of Sapphire #000E52

Color information

#000E52 (or 0x000E52) is unknown color: approx Sapphire. HEX triplet: 00, 0E and 52. RGB value is (0,14,82). Sum of RGB (Red+Green+Blue) = 0+14+82=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 82 (32.42% from 255 or 85.42% from 96); Max value from RGB is 82 - color contains mainly: blue. Hex color #000E52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000E52 is #FFF1AD. Grayscale: #111111. Windows color (decimal): -16773550 or 5377536. OLE color: 5377536.

HSL color Cylindrical-coordinate representation of color #000E52: hue angle of 229.76º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000E52 is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB01482-
CMYK10.8300.68
HSL229.76º100%16.08%-
HSV(B)229.76º100%32.16%-
XYZ1.680.928.07-
YUV17.57164.36115.47-

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) = 14.58%
BLUE value IS 82 (32.42% from 255) = 85.42%
R=0%
G=14.58%
B=85.42%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal0148210.8300.68229.7610016.08
Hex0E526453044e66410
Octal016122144123010434614420
Binary011101010010110010010100110100010011100110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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