#0F0650

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

Shades of Midnight Blue #0F0650

Tints of Midnight Blue #0F0650

Color information

#0F0650 (or 0x0F0650) is unknown color: approx Midnight Blue. HEX triplet: 0F, 06 and 50. RGB value is (15,6,80). Sum of RGB (Red+Green+Blue) = 15+6+80=101 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.85% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 80 (31.64% from 255 or 79.21% from 101); Max value from RGB is 80 - color contains mainly: blue. Hex color #0F0650 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F0650 is #F0F9AF. Grayscale: #101010. Windows color (decimal): -15792560 or 5244431. OLE color: 5244431.

HSL color Cylindrical-coordinate representation of color #0F0650: hue angle of 247.3º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F0650 is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB15680-
CMYK0.810.9200.69
HSL247.3º86.05%16.86%-
HSV(B)247.3º92.5%31.37%-
XYZ1.710.817.66-
YUV17.13163.48126.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.85%
GREEN value IS 6 (2.73% from 255) = 5.94%
BLUE value IS 80 (31.64% from 255) = 79.21%
R=14.85%
G=5.94%
B=79.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal156800.810.9200.69247.386.0516.86
HexF650515C045f75611
Octal176120121134010536712621
Binary11111101010000101000110111000100010111110111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F0650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,6,80); }

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

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

 a { background-color: rgb(15,6,80); }

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

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

 span { border-color: rgb(15,6,80); }

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