#000EAB

Color #000EAB New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #000EAB

Tints of New Midnight Blue #000EAB

Color information

#000EAB (or 0x000EAB) is unknown color: approx New Midnight Blue. HEX triplet: 00, 0E and AB. RGB value is (0,14,171). Sum of RGB (Red+Green+Blue) = 0+14+171=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 14 (5.86% from 255 or 7.57% from 185); Blue value is 171 (67.19% from 255 or 92.43% from 185); Max value from RGB is 171 - color contains mainly: blue. Hex color #000EAB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000EAB is #FFF154. Grayscale: #1B1B1B. Windows color (decimal): -16773461 or 11210240. OLE color: 11210240.

HSL color Cylindrical-coordinate representation of color #000EAB: hue angle of 235.09º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000EAB is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB014171-
CMYK10.9200.33
HSL235.09º100%33.53%-
HSV(B)235.09º100%67.06%-
XYZ7.513.2538.76-
YUV27.71208.86108.23-

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) = 7.57%
BLUE value IS 171 (67.19% from 255) = 92.43%
R=0%
G=7.57%
B=92.43%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal01417110.9200.33235.0910033.53
Hex0EAB645C021eb6422
Octal01625314413404135314442
Binary0111010101011110010010111000100001111010111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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