#0F0851

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

Shades of Midnight Blue #0F0851

Tints of Midnight Blue #0F0851

Color information

#0F0851 (or 0x0F0851) is unknown color: approx Midnight Blue. HEX triplet: 0F, 08 and 51. RGB value is (15,8,81). Sum of RGB (Red+Green+Blue) = 15+8+81=104 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.42% from 104); Green value is 8 (3.52% from 255 or 7.69% from 104); Blue value is 81 (32.03% from 255 or 77.88% from 104); Max value from RGB is 81 - color contains mainly: blue. Hex color #0F0851 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0851 is #F0F7AE. Grayscale: #121212. Windows color (decimal): -15792047 or 5310479. OLE color: 5310479.

HSL color Cylindrical-coordinate representation of color #0F0851: hue angle of 245.75º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F0851 is Cyan = 0.81, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB15881-
CMYK0.810.9000.68
HSL245.75º82.02%17.45%-
HSV(B)245.75º90.12%31.76%-
XYZ1.770.877.86-
YUV18.42163.32125.56-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.42%
GREEN value IS 8 (3.52% from 255) = 7.69%
BLUE value IS 81 (32.03% from 255) = 77.88%
R=14.42%
G=7.69%
B=77.88%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal158810.810.9000.68245.7582.0217.45
HexF851515A044f65211
Octal1710121121132010436612221
Binary111110001010001101000110110100100010011110110101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,8,81); }

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

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

 a { background-color: rgb(15,8,81); }

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

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

 span { border-color: rgb(15,8,81); }

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