#0F1076

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

Shades of Midnight Blue #0F1076

Tints of Midnight Blue #0F1076

Color information

#0F1076 (or 0x0F1076) is unknown color: approx Midnight Blue. HEX triplet: 0F, 10 and 76. RGB value is (15,16,118). Sum of RGB (Red+Green+Blue) = 15+16+118=149 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.07% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 118 (46.48% from 255 or 79.19% from 149); Max value from RGB is 118 - color contains mainly: blue. Hex color #0F1076 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F1076 is #F0EF89. Grayscale: #1A1A1A. Windows color (decimal): -15789962 or 7737359. OLE color: 7737359.

HSL color Cylindrical-coordinate representation of color #0F1076: hue angle of 239.42º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F1076 is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1516118-
CMYK0.870.8600.54
HSL239.42º77.44%26.08%-
HSV(B)239.42º87.29%46.27%-
XYZ3.651.7817.29-
YUV27.33179.17119.21-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.07%
GREEN value IS 16 (6.64% from 255) = 10.74%
BLUE value IS 118 (46.48% from 255) = 79.19%
R=10.07%
G=10.74%
B=79.19%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal15161180.870.8600.54239.4277.4426.08
HexF10765756036ef4d1a
Octal172016612712606635711532
Binary111110000111011010101111010110011011011101111100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F1076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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