#0E1369

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

Shades of Midnight Blue #0E1369

Tints of Midnight Blue #0E1369

Color information

#0E1369 (or 0x0E1369) is unknown color: approx Midnight Blue. HEX triplet: 0E, 13 and 69. RGB value is (14,19,105). Sum of RGB (Red+Green+Blue) = 14+19+105=138 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.14% from 138); Green value is 19 (7.81% from 255 or 13.77% from 138); Blue value is 105 (41.41% from 255 or 76.09% from 138); Max value from RGB is 105 - color contains mainly: blue. Hex color #0E1369 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1369 is #F1EC96. Grayscale: #1A1A1A. Windows color (decimal): -15854743 or 6886158. OLE color: 6886158.

HSL color Cylindrical-coordinate representation of color #0E1369: hue angle of 236.7º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E1369 is Cyan = 0.87, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1419105-
CMYK0.870.8200.59
HSL236.7º76.47%23.33%-
HSV(B)236.7º86.67%41.18%-
XYZ2.961.5813.51-
YUV27.31171.84118.51-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.14%
GREEN value IS 19 (7.81% from 255) = 13.77%
BLUE value IS 105 (41.41% from 255) = 76.09%
R=10.14%
G=13.77%
B=76.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal14191050.870.8200.59236.776.4723.33
HexE1369575203Bed4c17
Octal162315112712207335511427
Binary111010011110100110101111010010011101111101101100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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