#0E0751

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

Shades of Midnight Blue #0E0751

Tints of Midnight Blue #0E0751

Color information

#0E0751 (or 0x0E0751) is unknown color: approx Midnight Blue. HEX triplet: 0E, 07 and 51. RGB value is (14,7,81). Sum of RGB (Red+Green+Blue) = 14+7+81=102 (13% of max value = 765). Red value is 14 (5.86% from 255 or 13.73% from 102); Green value is 7 (3.12% from 255 or 6.86% from 102); Blue value is 81 (32.03% from 255 or 79.41% from 102); Max value from RGB is 81 - color contains mainly: blue. Hex color #0E0751 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0751 is #F1F8AE. Grayscale: #111111. Windows color (decimal): -15857839 or 5310222. OLE color: 5310222.

HSL color Cylindrical-coordinate representation of color #0E0751: hue angle of 245.68º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E0751 is Cyan = 0.83, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB14781-
CMYK0.830.9100.68
HSL245.68º84.09%17.25%-
HSV(B)245.68º91.36%31.76%-
XYZ1.740.847.85-
YUV17.53163.82125.48-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 13.73%
GREEN value IS 7 (3.12% from 255) = 6.86%
BLUE value IS 81 (32.03% from 255) = 79.41%
R=13.73%
G=6.86%
B=79.41%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal147810.830.9100.68245.6884.0917.25
HexE751535B044f65411
Octal167121123133010436612421
Binary11101111010001101001110110110100010011110110101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,7,81); }

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

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

 a { background-color: rgb(14,7,81); }

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

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

 span { border-color: rgb(14,7,81); }

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