#0E18AB

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

Shades of New Midnight Blue #0E18AB

Tints of New Midnight Blue #0E18AB

Color information

#0E18AB (or 0x0E18AB) is unknown color: approx New Midnight Blue. HEX triplet: 0E, 18 and AB. RGB value is (14,24,171). Sum of RGB (Red+Green+Blue) = 14+24+171=209 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.70% from 209); Green value is 24 (9.77% from 255 or 11.48% from 209); Blue value is 171 (67.19% from 255 or 81.82% from 209); Max value from RGB is 171 - color contains mainly: blue. Hex color #0E18AB is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E18AB is #F1E754. Grayscale: #252525. Windows color (decimal): -15853397 or 11212814. OLE color: 11212814.

HSL color Cylindrical-coordinate representation of color #0E18AB: hue angle of 236.18º 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 #0E18AB is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1424171-
CMYK0.920.8600.33
HSL236.18º84.86%36.27%-
HSV(B)236.18º91.81%67.06%-
XYZ7.863.6938.83-
YUV37.77203.19111.05-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.70%
GREEN value IS 24 (9.77% from 255) = 11.48%
BLUE value IS 171 (67.19% from 255) = 81.82%
R=6.70%
G=11.48%
B=81.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal14241710.920.8600.33236.1884.8636.27
HexE18AB5C56021ec5524
Octal163025313412604135412544
Binary11101100010101011101110010101100100001111011001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E18AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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