#0F0159

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

Shades of Midnight Blue #0F0159

Tints of Midnight Blue #0F0159

Color information

#0F0159 (or 0x0F0159) is unknown color: approx Midnight Blue. HEX triplet: 0F, 01 and 59. RGB value is (15,1,89). Sum of RGB (Red+Green+Blue) = 15+1+89=105 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.29% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 89 (35.16% from 255 or 84.76% from 105); Max value from RGB is 89 - color contains mainly: blue. Hex color #0F0159 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0159 is #F0FEA6. Grayscale: #0E0E0E. Windows color (decimal): -15793831 or 5832975. OLE color: 5832975.

HSL color Cylindrical-coordinate representation of color #0F0159: hue angle of 249.55º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F0159 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB15189-
CMYK0.830.9900.65
HSL249.55º97.78%17.65%-
HSV(B)249.55º98.88%34.9%-
XYZ2.010.849.51-
YUV15.22169.64127.84-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.29%
GREEN value IS 1 (0.78% from 255) = 0.95%
BLUE value IS 89 (35.16% from 255) = 84.76%
R=14.29%
G=0.95%
B=84.76%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal151890.830.9900.65249.5597.7817.65
HexF1595363041fa6212
Octal171131123143010137214222
Binary111111011001101001111000110100000111111010110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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