#0E1D7D

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

Shades of Midnight Blue #0E1D7D

Tints of Midnight Blue #0E1D7D

Color information

#0E1D7D (or 0x0E1D7D) is unknown color: approx Midnight Blue. HEX triplet: 0E, 1D and 7D. RGB value is (14,29,125). Sum of RGB (Red+Green+Blue) = 14+29+125=168 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.33% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 125 (49.22% from 255 or 74.40% from 168); Max value from RGB is 125 - color contains mainly: blue. Hex color #0E1D7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E1D7D is #F1E282. Grayscale: #232323. Windows color (decimal): -15852163 or 8199438. OLE color: 8199438.

HSL color Cylindrical-coordinate representation of color #0E1D7D: hue angle of 231.89º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E1D7D is Cyan = 0.89, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1429125-
CMYK0.890.7700.51
HSL231.89º79.86%27.25%-
HSV(B)231.89º88.8%49.02%-
XYZ4.322.4519.65-
YUV35.46178.53112.69-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.33%
GREEN value IS 29 (11.72% from 255) = 17.26%
BLUE value IS 125 (49.22% from 255) = 74.40%
R=8.33%
G=17.26%
B=74.40%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal14291250.890.7700.51231.8979.8627.25
HexE1D7D594D033e8501b
Octal163517513111506335012033
Binary111011101111110110110011001101011001111101000101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,29,125); }

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

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

 a { background-color: rgb(14,29,125); }

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

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

 span { border-color: rgb(14,29,125); }

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