#0E01AD

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

Shades of New Midnight Blue #0E01AD

Tints of New Midnight Blue #0E01AD

Color information

#0E01AD (or 0x0E01AD) is unknown color: approx New Midnight Blue. HEX triplet: 0E, 01 and AD. RGB value is (14,1,173). Sum of RGB (Red+Green+Blue) = 14+1+173=188 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.45% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 173 (67.97% from 255 or 92.02% from 188); Max value from RGB is 173 - color contains mainly: blue. Hex color #0E01AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E01AD is #F1FE52. Grayscale: #171717. Windows color (decimal): -15859283 or 11337998. OLE color: 11337998.

HSL color Cylindrical-coordinate representation of color #0E01AD: hue angle of 244.53º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E01AD is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB141173-
CMYK0.920.9900.32
HSL244.53º98.85%34.12%-
HSV(B)244.53º99.42%67.84%-
XYZ7.733.1339.73-
YUV24.5211.81120.51-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.45%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 173 (67.97% from 255) = 92.02%
R=7.45%
G=0.53%
B=92.02%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1411730.920.9900.32244.5398.8534.12
HexE1AD5C63020f56322
Octal16125513414304036514342
Binary1110110101101101110011000110100000111101011100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E01AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,1,173); }

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

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

 a { background-color: rgb(14,1,173); }

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

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

 span { border-color: rgb(14,1,173); }

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