#0E0061

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

Shades of Midnight Blue #0E0061

Tints of Midnight Blue #0E0061

Color information

#0E0061 (or 0x0E0061) is unknown color: approx Midnight Blue. HEX triplet: 0E, 00 and 61. RGB value is (14,0,97). Sum of RGB (Red+Green+Blue) = 14+0+97=111 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.61% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 97 (38.28% from 255 or 87.39% from 111); Max value from RGB is 97 - color contains mainly: blue. Hex color #0E0061 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0061 is #F1FF9E. Grayscale: #0E0E0E. Windows color (decimal): -15859615 or 6357006. OLE color: 6357006.

HSL color Cylindrical-coordinate representation of color #0E0061: hue angle of 248.66º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E0061 is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB14097-
CMYK0.86100.62
HSL248.66º100%19.02%-
HSV(B)248.66º100%38.04%-
XYZ2.340.9611.37-
YUV15.24174.14127.11-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.61%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 87.39%
R=12.61%
G=0%
B=87.39%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal140970.86100.62248.6610019.02
HexE061566403Ef96413
Octal16014112614407637114423
Binary11100110000110101101100100011111011111001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,0,97); }

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

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

 a { background-color: rgb(14,0,97); }

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

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

 span { border-color: rgb(14,0,97); }

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