#0F055E

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

Shades of Midnight Blue #0F055E

Tints of Midnight Blue #0F055E

Color information

#0F055E (or 0x0F055E) is unknown color: approx Midnight Blue. HEX triplet: 0F, 05 and 5E. RGB value is (15,5,94). Sum of RGB (Red+Green+Blue) = 15+5+94=114 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.16% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 94 (37.11% from 255 or 82.46% from 114); Max value from RGB is 94 - color contains mainly: blue. Hex color #0F055E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F055E is #F0FAA1. Grayscale: #111111. Windows color (decimal): -15792802 or 6161679. OLE color: 6161679.

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

Color convert

RGB15594-
CMYK0.840.9500.63
HSL246.74º89.9%19.41%-
HSV(B)246.74º94.68%36.86%-
XYZ2.271.0210.67-
YUV18.14170.81125.76-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.16%
GREEN value IS 5 (2.34% from 255) = 4.39%
BLUE value IS 94 (37.11% from 255) = 82.46%
R=13.16%
G=4.39%
B=82.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal155940.840.9500.63246.7489.919.41
HexF55E545F03Ff75a13
Octal17513612413707736713223
Binary1111101101111010101001011111011111111110111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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