#0F0E73

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

Shades of Midnight Blue #0F0E73

Tints of Midnight Blue #0F0E73

Color information

#0F0E73 (or 0x0F0E73) is unknown color: approx Midnight Blue. HEX triplet: 0F, 0E and 73. RGB value is (15,14,115). Sum of RGB (Red+Green+Blue) = 15+14+115=144 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.42% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 115 (45.31% from 255 or 79.86% from 144); Max value from RGB is 115 - color contains mainly: blue. Hex color #0F0E73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0E73 is #F0F18C. Grayscale: #191919. Windows color (decimal): -15790477 or 7540239. OLE color: 7540239.

HSL color Cylindrical-coordinate representation of color #0F0E73: hue angle of 240.59º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F0E73 is Cyan = 0.87, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1514115-
CMYK0.870.8800.55
HSL240.59º78.29%25.29%-
HSV(B)240.59º87.83%45.1%-
XYZ3.451.6516.36-
YUV25.81178.33120.29-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.42%
GREEN value IS 14 (5.86% from 255) = 9.72%
BLUE value IS 115 (45.31% from 255) = 79.86%
R=10.42%
G=9.72%
B=79.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal15141150.870.8800.55240.5978.2925.29
HexFE735758037f14e19
Octal171616312713006736111631
Binary11111110111001110101111011000011011111110001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,14,115); }

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

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

 a { background-color: rgb(15,14,115); }

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

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

 span { border-color: rgb(15,14,115); }

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