#0F165E

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

Shades of Midnight Blue #0F165E

Tints of Midnight Blue #0F165E

Color information

#0F165E (or 0x0F165E) is unknown color: approx Midnight Blue. HEX triplet: 0F, 16 and 5E. RGB value is (15,22,94). Sum of RGB (Red+Green+Blue) = 15+22+94=131 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.45% from 131); Green value is 22 (8.98% from 255 or 16.79% from 131); Blue value is 94 (37.11% from 255 or 71.76% from 131); Max value from RGB is 94 - color contains mainly: blue. Hex color #0F165E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F165E is #F0E9A1. Grayscale: #1B1B1B. Windows color (decimal): -15788450 or 6166031. OLE color: 6166031.

HSL color Cylindrical-coordinate representation of color #0F165E: hue angle of 234.68º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F165E is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB152294-
CMYK0.840.7700.63
HSL234.68º72.48%21.37%-
HSV(B)234.68º84.04%36.86%-
XYZ2.51.4810.74-
YUV28.12165.18118.65-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.45%
GREEN value IS 22 (8.98% from 255) = 16.79%
BLUE value IS 94 (37.11% from 255) = 71.76%
R=11.45%
G=16.79%
B=71.76%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal1522940.840.7700.63234.6872.4821.37
HexF165E544D03Feb4815
Octal172613612411507735311025
Binary111110110101111010101001001101011111111101011100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,22,94); }

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

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

 a { background-color: rgb(15,22,94); }

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

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

 span { border-color: rgb(15,22,94); }

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