#0B1563

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

Shades of Midnight Blue #0B1563

Tints of Midnight Blue #0B1563

Color information

#0B1563 (or 0x0B1563) is unknown color: approx Midnight Blue. HEX triplet: 0B, 15 and 63. RGB value is (11,21,99). Sum of RGB (Red+Green+Blue) = 11+21+99=131 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.40% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 99 (39.06% from 255 or 75.57% from 131); Max value from RGB is 99 - color contains mainly: blue. Hex color #0B1563 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1563 is #F4EA9C. Grayscale: #1A1A1A. Windows color (decimal): -16050845 or 6493451. OLE color: 6493451.

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

Color convert

RGB112199-
CMYK0.890.7900.61
HSL233.18º80%21.57%-
HSV(B)233.18º88.89%38.82%-
XYZ2.661.5111.96-
YUV26.9168.69116.66-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.40%
GREEN value IS 21 (8.59% from 255) = 16.03%
BLUE value IS 99 (39.06% from 255) = 75.57%
R=8.40%
G=16.03%
B=75.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1121990.890.7900.61233.188021.57
HexB1563594F03De95016
Octal132514313111707535112026
Binary101110101110001110110011001111011110111101001101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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