#0E0D6F

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

Shades of Midnight Blue #0E0D6F

Tints of Midnight Blue #0E0D6F

Color information

#0E0D6F (or 0x0E0D6F) is unknown color: approx Midnight Blue. HEX triplet: 0E, 0D and 6F. RGB value is (14,13,111). Sum of RGB (Red+Green+Blue) = 14+13+111=138 (18% of max value = 765). Red value is 14 (5.86% from 255 or 10.14% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 111 (43.75% from 255 or 80.43% from 138); Max value from RGB is 111 - color contains mainly: blue. Hex color #0E0D6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0D6F is #F1F290. Grayscale: #181818. Windows color (decimal): -15856273 or 7277838. OLE color: 7277838.

HSL color Cylindrical-coordinate representation of color #0E0D6F: hue angle of 240.61º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E0D6F is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1413111-
CMYK0.870.8800.56
HSL240.61º79.03%24.31%-
HSV(B)240.61º88.29%43.53%-
XYZ3.191.5315.17-
YUV24.47176.83120.53-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 10.14%
GREEN value IS 13 (5.47% from 255) = 9.42%
BLUE value IS 111 (43.75% from 255) = 80.43%
R=10.14%
G=9.42%
B=80.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal14131110.870.8800.56240.6179.0324.31
HexED6F5758038f14f18
Octal161515712713007036111730
Binary11101101110111110101111011000011100011110001100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,13,111); }

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

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

 a { background-color: rgb(14,13,111); }

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

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

 span { border-color: rgb(14,13,111); }

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