#0B0560

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

Shades of Midnight Blue #0B0560

Tints of Midnight Blue #0B0560

Color information

#0B0560 (or 0x0B0560) is unknown color: approx Midnight Blue. HEX triplet: 0B, 05 and 60. RGB value is (11,5,96). Sum of RGB (Red+Green+Blue) = 11+5+96=112 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.82% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 96 (37.89% from 255 or 85.71% from 112); Max value from RGB is 96 - color contains mainly: blue. Hex color #0B0560 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0560 is #F4FA9F. Grayscale: #101010. Windows color (decimal): -16054944 or 6292747. OLE color: 6292747.

HSL color Cylindrical-coordinate representation of color #0B0560: hue angle of 243.96º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B0560 is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB11596-
CMYK0.890.9500.62
HSL243.96º90.1%19.8%-
HSV(B)243.96º94.79%37.65%-
XYZ2.31.0211.14-
YUV17.17172.49123.6-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.82%
GREEN value IS 5 (2.34% from 255) = 4.46%
BLUE value IS 96 (37.89% from 255) = 85.71%
R=9.82%
G=4.46%
B=85.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal115960.890.9500.62243.9690.119.8
HexB560595F03Ef45a14
Octal13514013113707636413224
Binary1011101110000010110011011111011111011110100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,5,96); }

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

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

 a { background-color: rgb(11,5,96); }

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

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

 span { border-color: rgb(11,5,96); }

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