#0F015F

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

Shades of Midnight Blue #0F015F

Tints of Midnight Blue #0F015F

Color information

#0F015F (or 0x0F015F) is unknown color: approx Midnight Blue. HEX triplet: 0F, 01 and 5F. RGB value is (15,1,95). Sum of RGB (Red+Green+Blue) = 15+1+95=111 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.51% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 95 (37.5% from 255 or 85.59% from 111); Max value from RGB is 95 - color contains mainly: blue. Hex color #0F015F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F015F is #F0FEA0. Grayscale: #0F0F0F. Windows color (decimal): -15793825 or 6226191. OLE color: 6226191.

HSL color Cylindrical-coordinate representation of color #0F015F: hue angle of 248.94º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F015F is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB15195-
CMYK0.840.9900.63
HSL248.94º97.92%18.82%-
HSV(B)248.94º98.95%37.25%-
XYZ2.270.9510.89-
YUV15.9172.64127.36-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.51%
GREEN value IS 1 (0.78% from 255) = 0.90%
BLUE value IS 95 (37.5% from 255) = 85.59%
R=13.51%
G=0.90%
B=85.59%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal151950.840.9900.63248.9497.9218.82
HexF15F546303Ff96213
Octal17113712414307737114223
Binary11111101111110101001100011011111111111001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F015F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,1,95); }

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

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

 a { background-color: rgb(15,1,95); }

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

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

 span { border-color: rgb(15,1,95); }

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