#0E12AF

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

Shades of New Midnight Blue #0E12AF

Tints of New Midnight Blue #0E12AF

Color information

#0E12AF (or 0x0E12AF) is unknown color: approx New Midnight Blue. HEX triplet: 0E, 12 and AF. RGB value is (14,18,175). Sum of RGB (Red+Green+Blue) = 14+18+175=207 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.76% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 175 (68.75% from 255 or 84.54% from 207); Max value from RGB is 175 - color contains mainly: blue. Hex color #0E12AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E12AF is #F1ED50. Grayscale: #222222. Windows color (decimal): -15854929 or 11473422. OLE color: 11473422.

HSL color Cylindrical-coordinate representation of color #0E12AF: hue angle of 238.51º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E12AF is Cyan = 0.92, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1418175-
CMYK0.920.9000.31
HSL238.51º85.19%37.06%-
HSV(B)238.51º92%68.63%-
XYZ8.143.6240.83-
YUV34.7207.17113.23-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.76%
GREEN value IS 18 (7.42% from 255) = 8.70%
BLUE value IS 175 (68.75% from 255) = 84.54%
R=6.76%
G=8.70%
B=84.54%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14181750.920.9000.31238.5185.1937.06
HexE12AF5C5A01Fef5525
Octal162225713413203735712545
Binary1110100101010111110111001011010011111111011111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E12AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,18,175); }

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

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

 a { background-color: rgb(14,18,175); }

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

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

 span { border-color: rgb(14,18,175); }

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