#0B0563

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

Shades of Midnight Blue #0B0563

Tints of Midnight Blue #0B0563

Color information

#0B0563 (or 0x0B0563) is unknown color: approx Midnight Blue. HEX triplet: 0B, 05 and 63. RGB value is (11,5,99). Sum of RGB (Red+Green+Blue) = 11+5+99=115 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.57% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 99 (39.06% from 255 or 86.09% from 115); Max value from RGB is 99 - color contains mainly: blue. Hex color #0B0563 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0563 is #F4FA9C. Grayscale: #111111. Windows color (decimal): -16054941 or 6489355. OLE color: 6489355.

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

Color convert

RGB11599-
CMYK0.890.9500.61
HSL243.83º90.38%20.39%-
HSV(B)243.83º94.95%38.82%-
XYZ2.441.0811.88-
YUV17.51173.99123.36-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.57%
GREEN value IS 5 (2.34% from 255) = 4.35%
BLUE value IS 99 (39.06% from 255) = 86.09%
R=9.57%
G=4.35%
B=86.09%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal115990.890.9500.61243.8390.3820.39
HexB563595F03Df45a14
Octal13514313113707536413224
Binary1011101110001110110011011111011110111110100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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