#0B0156

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

Shades of Midnight Blue #0B0156

Tints of Midnight Blue #0B0156

Color information

#0B0156 (or 0x0B0156) is unknown color: approx Midnight Blue. HEX triplet: 0B, 01 and 56. RGB value is (11,1,86). Sum of RGB (Red+Green+Blue) = 11+1+86=98 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.22% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 86 (33.98% from 255 or 87.76% from 98); Max value from RGB is 86 - color contains mainly: blue. Hex color #0B0156 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0156 is #F4FEA9. Grayscale: #0D0D0D. Windows color (decimal): -16055978 or 5636363. OLE color: 5636363.

HSL color Cylindrical-coordinate representation of color #0B0156: hue angle of 247.06º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B0156 is Cyan = 0.87, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB11186-
CMYK0.870.9900.66
HSL247.06º97.7%17.06%-
HSV(B)247.06º98.84%33.73%-
XYZ1.830.768.86-
YUV13.68168.81126.09-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.22%
GREEN value IS 1 (0.78% from 255) = 1.02%
BLUE value IS 86 (33.98% from 255) = 87.76%
R=11.22%
G=1.02%
B=87.76%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal111860.870.9900.66247.0697.717.06
HexB1565763042f76211
Octal131126127143010236714221
Binary101111010110101011111000110100001011110111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,1,86); }

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

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

 a { background-color: rgb(11,1,86); }

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

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

 span { border-color: rgb(11,1,86); }

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