#0F0558

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

Shades of Midnight Blue #0F0558

Tints of Midnight Blue #0F0558

Color information

#0F0558 (or 0x0F0558) is unknown color: approx Midnight Blue. HEX triplet: 0F, 05 and 58. RGB value is (15,5,88). Sum of RGB (Red+Green+Blue) = 15+5+88=108 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.89% from 108); Green value is 5 (2.34% from 255 or 4.63% from 108); Blue value is 88 (34.77% from 255 or 81.48% from 108); Max value from RGB is 88 - color contains mainly: blue. Hex color #0F0558 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0558 is #F0FAA7. Grayscale: #111111. Windows color (decimal): -15792808 or 5768463. OLE color: 5768463.

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

Color convert

RGB15588-
CMYK0.830.9400.65
HSL247.23º89.25%18.24%-
HSV(B)247.23º94.32%34.51%-
XYZ2.010.919.3-
YUV17.45167.81126.25-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.89%
GREEN value IS 5 (2.34% from 255) = 4.63%
BLUE value IS 88 (34.77% from 255) = 81.48%
R=13.89%
G=4.63%
B=81.48%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal155880.830.9400.65247.2389.2518.24
HexF558535E041f75912
Octal175130123136010136713122
Binary11111011011000101001110111100100000111110111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,5,88); }

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

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

 a { background-color: rgb(15,5,88); }

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

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

 span { border-color: rgb(15,5,88); }

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