#0e126c

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

Shades of Midnight Blue #0E126C

Tints of Midnight Blue #0E126C

Color information

#0E126C (or 0x0E126C) is unknown color: approx Midnight Blue. HEX triplet: 0E, 12 and 6C. RGB value is (14,18,108). Sum of RGB (Red+Green+Blue) = 14+18+108=140 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 108 (42.58% from 255 or 77.14% from 140); Max value from RGB is 108 - color contains mainly: blue. Hex color #0E126C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E126C is #F1ED93. Grayscale: #1A1A1A. Windows color (decimal): -15854996 or 7082510. OLE color: 7082510.

HSL color Cylindrical-coordinate representation of color #0E126C: hue angle of 237.45º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E126C is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1418108-
CMYK0.870.8300.58
HSL237.45º77.05%23.92%-
HSV(B)237.45º87.04%42.35%-
XYZ3.11.6114.33-
YUV27.06173.67118.68-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10%
GREEN value IS 18 (7.42% from 255) = 12.86%
BLUE value IS 108 (42.58% from 255) = 77.14%
R=10%
G=12.86%
B=77.14%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal14181080.870.8300.58237.4577.0523.92
HexE126C575303Aed4d18
Octal162215412712307235511530
Binary111010010110110010101111010011011101011101101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e126c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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