#0E1365

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

Shades of Midnight Blue #0E1365

Tints of Midnight Blue #0E1365

Color information

#0E1365 (or 0x0E1365) is unknown color: approx Midnight Blue. HEX triplet: 0E, 13 and 65. RGB value is (14,19,101). Sum of RGB (Red+Green+Blue) = 14+19+101=134 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.45% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 101 (39.84% from 255 or 75.37% from 134); Max value from RGB is 101 - color contains mainly: blue. Hex color #0E1365 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1365 is #F1EC9A. Grayscale: #1A1A1A. Windows color (decimal): -15854747 or 6624014. OLE color: 6624014.

HSL color Cylindrical-coordinate representation of color #0E1365: hue angle of 236.55º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E1365 is Cyan = 0.86, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1419101-
CMYK0.860.8100.60
HSL236.55º75.65%22.55%-
HSV(B)236.55º86.14%39.61%-
XYZ2.761.512.46-
YUV26.85169.84118.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.45%
GREEN value IS 19 (7.81% from 255) = 14.18%
BLUE value IS 101 (39.84% from 255) = 75.37%
R=10.45%
G=14.18%
B=75.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal14191010.860.8100.60236.5575.6522.55
HexE1365565103Ced4c17
Octal162314512612107435511427
Binary111010011110010110101101010001011110011101101100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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