#0F106D

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

Shades of Midnight Blue #0F106D

Tints of Midnight Blue #0F106D

Color information

#0F106D (or 0x0F106D) is unknown color: approx Midnight Blue. HEX triplet: 0F, 10 and 6D. RGB value is (15,16,109). Sum of RGB (Red+Green+Blue) = 15+16+109=140 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.71% from 140); Green value is 16 (6.64% from 255 or 11.43% from 140); Blue value is 109 (42.97% from 255 or 77.86% from 140); Max value from RGB is 109 - color contains mainly: blue. Hex color #0F106D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F106D is #F0EF92. Grayscale: #191919. Windows color (decimal): -15789971 or 7147535. OLE color: 7147535.

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

Color convert

RGB1516109-
CMYK0.860.8500.57
HSL239.36º75.81%24.31%-
HSV(B)239.36º86.24%42.75%-
XYZ3.141.5814.61-
YUV26.3174.67119.94-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.71%
GREEN value IS 16 (6.64% from 255) = 11.43%
BLUE value IS 109 (42.97% from 255) = 77.86%
R=10.71%
G=11.43%
B=77.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15161090.860.8500.57239.3675.8124.31
HexF106D5655039ef4c18
Octal172015512612507135711430
Binary111110000110110110101101010101011100111101111100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F106D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,16,109); }

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

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

 a { background-color: rgb(15,16,109); }

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

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

 span { border-color: rgb(15,16,109); }

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