#0E16AA

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

Shades of New Midnight Blue #0E16AA

Tints of New Midnight Blue #0E16AA

Color information

#0E16AA (or 0x0E16AA) is unknown color: approx New Midnight Blue. HEX triplet: 0E, 16 and AA. RGB value is (14,22,170). Sum of RGB (Red+Green+Blue) = 14+22+170=206 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.80% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 170 (66.80% from 255 or 82.52% from 206); Max value from RGB is 170 - color contains mainly: blue. Hex color #0E16AA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E16AA is #F1E955. Grayscale: #232323. Windows color (decimal): -15853910 or 11146766. OLE color: 11146766.

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

Color convert

RGB1422170-
CMYK0.920.8700.33
HSL236.92º84.78%36.08%-
HSV(B)236.92º91.76%66.67%-
XYZ7.723.5738.31-
YUV36.48203.35111.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 14 (5.86% from 255) = 6.80%
GREEN value IS 22 (8.98% from 255) = 10.68%
BLUE value IS 170 (66.80% from 255) = 82.52%
R=6.80%
G=10.68%
B=82.52%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14221700.920.8700.33236.9284.7836.08
HexE16AA5C57021ed5524
Octal162625213412704135512544
Binary11101011010101010101110010101110100001111011011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E16AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E16AA; }

 p { color: rgb(14,22,170); }

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

<style>
 a { background-color: #0E16AA; }

 a { background-color: rgb(14,22,170); }

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

<style>
 span { border-color: #0E16AA; }

 span { border-color: rgb(14,22,170); }

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