#0E126B

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

Shades of Midnight Blue #0E126B

Tints of Midnight Blue #0E126B

Color information

#0E126B (or 0x0E126B) is unknown color: approx Midnight Blue. HEX triplet: 0E, 12 and 6B. RGB value is (14,18,107). Sum of RGB (Red+Green+Blue) = 14+18+107=139 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.07% from 139); Green value is 18 (7.42% from 255 or 12.95% from 139); Blue value is 107 (42.19% from 255 or 76.98% from 139); Max value from RGB is 107 - color contains mainly: blue. Hex color #0E126B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E126B is #F1ED94. Grayscale: #1A1A1A. Windows color (decimal): -15854997 or 7016974. OLE color: 7016974.

HSL color Cylindrical-coordinate representation of color #0E126B: hue angle of 237.42º 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 #0E126B is Cyan = 0.87, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1418107-
CMYK0.870.8300.58
HSL237.42º76.86%23.73%-
HSV(B)237.42º86.92%41.96%-
XYZ3.051.5914.06-
YUV26.95173.17118.76-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.07%
GREEN value IS 18 (7.42% from 255) = 12.95%
BLUE value IS 107 (42.19% from 255) = 76.98%
R=10.07%
G=12.95%
B=76.98%

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
Decimal14181070.870.8300.58237.4276.8623.73
HexE126B575303Aed4d18
Octal162215312712307235511530
Binary111010010110101110101111010011011101011101101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E126B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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