#0E1376

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

Shades of Midnight Blue #0E1376

Tints of Midnight Blue #0E1376

Color information

#0E1376 (or 0x0E1376) is unknown color: approx Midnight Blue. HEX triplet: 0E, 13 and 76. RGB value is (14,19,118). Sum of RGB (Red+Green+Blue) = 14+19+118=151 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.27% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 118 (46.48% from 255 or 78.15% from 151); Max value from RGB is 118 - color contains mainly: blue. Hex color #0E1376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1376 is #F1EC89. Grayscale: #1C1C1C. Windows color (decimal): -15854730 or 7738126. OLE color: 7738126.

HSL color Cylindrical-coordinate representation of color #0E1376: hue angle of 237.12º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E1376 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1419118-
CMYK0.880.8400.54
HSL237.12º78.79%25.88%-
HSV(B)237.12º88.14%46.27%-
XYZ3.681.8717.31-
YUV28.79178.34117.45-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.27%
GREEN value IS 19 (7.81% from 255) = 12.58%
BLUE value IS 118 (46.48% from 255) = 78.15%
R=9.27%
G=12.58%
B=78.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal14191180.880.8400.54237.1278.7925.88
HexE13765854036ed4f1a
Octal162316613012406635511732
Binary111010011111011010110001010100011011011101101100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,19,118); }

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

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

 a { background-color: rgb(14,19,118); }

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

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

 span { border-color: rgb(14,19,118); }

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