#0F186C

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

Shades of Midnight Blue #0F186C

Tints of Midnight Blue #0F186C

Color information

#0F186C (or 0x0F186C) is unknown color: approx Midnight Blue. HEX triplet: 0F, 18 and 6C. RGB value is (15,24,108). Sum of RGB (Red+Green+Blue) = 15+24+108=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 108 (42.58% from 255 or 73.47% from 147); Max value from RGB is 108 - color contains mainly: blue. Hex color #0F186C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F186C is #F0E793. Grayscale: #1E1E1E. Windows color (decimal): -15787924 or 7084047. OLE color: 7084047.

HSL color Cylindrical-coordinate representation of color #0F186C: hue angle of 234.19º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F186C is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1524108-
CMYK0.860.7800.58
HSL234.19º75.61%24.12%-
HSV(B)234.19º86.11%42.35%-
XYZ3.231.8414.37-
YUV30.88171.52116.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.20%
GREEN value IS 24 (9.77% from 255) = 16.33%
BLUE value IS 108 (42.58% from 255) = 73.47%
R=10.20%
G=16.33%
B=73.47%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal15241080.860.7800.58234.1975.6124.12
HexF186C564E03Aea4c18
Octal173015412611607235211430
Binary111111000110110010101101001110011101011101010100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F186C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,24,108); }

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

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

 a { background-color: rgb(15,24,108); }

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

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

 span { border-color: rgb(15,24,108); }

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