#0F0772

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

Shades of Midnight Blue #0F0772

Tints of Midnight Blue #0F0772

Color information

#0F0772 (or 0x0F0772) is unknown color: approx Midnight Blue. HEX triplet: 0F, 07 and 72. RGB value is (15,7,114). Sum of RGB (Red+Green+Blue) = 15+7+114=136 (18% of max value = 765). Red value is 15 (6.25% from 255 or 11.03% from 136); Green value is 7 (3.12% from 255 or 5.15% from 136); Blue value is 114 (44.92% from 255 or 83.82% from 136); Max value from RGB is 114 - color contains mainly: blue. Hex color #0F0772 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0772 is #F0F88D. Grayscale: #151515. Windows color (decimal): -15792270 or 7472911. OLE color: 7472911.

HSL color Cylindrical-coordinate representation of color #0F0772: hue angle of 244.49º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0772 is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB157114-
CMYK0.870.9400.55
HSL244.49º88.43%23.73%-
HSV(B)244.49º93.86%44.71%-
XYZ3.311.4716.03-
YUV21.59180.15123.3-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 11.03%
GREEN value IS 7 (3.12% from 255) = 5.15%
BLUE value IS 114 (44.92% from 255) = 83.82%
R=11.03%
G=5.15%
B=83.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1571140.870.9400.55244.4988.4323.73
HexF772575E037f45818
Octal17716212713606736413030
Binary1111111111001010101111011110011011111110100101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,7,114); }

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

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

 a { background-color: rgb(15,7,114); }

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

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

 span { border-color: rgb(15,7,114); }

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