#0E147B

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

Shades of Midnight Blue #0E147B

Tints of Midnight Blue #0E147B

Color information

#0E147B (or 0x0E147B) is unknown color: approx Midnight Blue. HEX triplet: 0E, 14 and 7B. RGB value is (14,20,123). Sum of RGB (Red+Green+Blue) = 14+20+123=157 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.92% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 123 (48.44% from 255 or 78.34% from 157); Max value from RGB is 123 - color contains mainly: blue. Hex color #0E147B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E147B is #F1EB84. Grayscale: #1D1D1D. Windows color (decimal): -15854469 or 8066062. OLE color: 8066062.

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

Color convert

RGB1420123-
CMYK0.890.8400.52
HSL236.7º79.56%26.86%-
HSV(B)236.7º88.62%48.24%-
XYZ4.012.0218.92-
YUV29.95180.51116.62-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.92%
GREEN value IS 20 (8.20% from 255) = 12.74%
BLUE value IS 123 (48.44% from 255) = 78.34%
R=8.92%
G=12.74%
B=78.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal14201230.890.8400.52236.779.5626.86
HexE147B5954034ed501b
Octal162417313112406435512033
Binary111010100111101110110011010100011010011101101101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E147B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,20,123); }

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

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

 a { background-color: rgb(14,20,123); }

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

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

 span { border-color: rgb(14,20,123); }

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