#0E0066

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

Shades of Midnight Blue #0E0066

Tints of Midnight Blue #0E0066

Color information

#0E0066 (or 0x0E0066) is unknown color: approx Midnight Blue. HEX triplet: 0E, 00 and 66. RGB value is (14,0,102). Sum of RGB (Red+Green+Blue) = 14+0+102=116 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.07% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 102 (40.23% from 255 or 87.93% from 116); Max value from RGB is 102 - color contains mainly: blue. Hex color #0E0066 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0066 is #F1FF99. Grayscale: #0F0F0F. Windows color (decimal): -15859610 or 6684686. OLE color: 6684686.

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

Color convert

RGB140102-
CMYK0.86100.6
HSL248.24º100%20%-
HSV(B)248.24º100%40%-
XYZ2.581.0512.64-
YUV15.81176.64126.71-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 87.93%
R=12.07%
G=0%
B=87.93%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1401020.86100.6248.2410020
HexE066566403Cf86414
Octal16014612614407437014424
Binary11100110011010101101100100011110011111000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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