#0F1656

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

Shades of Midnight Blue #0F1656

Tints of Midnight Blue #0F1656

Color information

#0F1656 (or 0x0F1656) is unknown color: approx Midnight Blue. HEX triplet: 0F, 16 and 56. RGB value is (15,22,86). Sum of RGB (Red+Green+Blue) = 15+22+86=123 (16% of max value = 765). Red value is 15 (6.25% from 255 or 12.20% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 86 (33.98% from 255 or 69.92% from 123); Max value from RGB is 86 - color contains mainly: blue. Hex color #0F1656 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1656 is #F0E9A9. Grayscale: #1A1A1A. Windows color (decimal): -15788458 or 5641743. OLE color: 5641743.

HSL color Cylindrical-coordinate representation of color #0F1656: hue angle of 234.08º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0F1656 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB152286-
CMYK0.830.7400.66
HSL234.08º70.3%19.8%-
HSV(B)234.08º82.56%33.73%-
XYZ2.161.358.95-
YUV27.2161.18119.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 12.20%
GREEN value IS 22 (8.98% from 255) = 17.89%
BLUE value IS 86 (33.98% from 255) = 69.92%
R=12.20%
G=17.89%
B=69.92%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1522860.830.7400.66234.0870.319.8
HexF1656534A042ea4614
Octal1726126123112010235210624
Binary1111101101010110101001110010100100001011101010100011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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