#0B0456

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

Shades of Midnight Blue #0B0456

Tints of Midnight Blue #0B0456

Color information

#0B0456 (or 0x0B0456) is unknown color: approx Midnight Blue. HEX triplet: 0B, 04 and 56. RGB value is (11,4,86). Sum of RGB (Red+Green+Blue) = 11+4+86=101 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.89% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 86 (33.98% from 255 or 85.15% from 101); Max value from RGB is 86 - color contains mainly: blue. Hex color #0B0456 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0456 is #F4FBA9. Grayscale: #0F0F0F. Windows color (decimal): -16055210 or 5637131. OLE color: 5637131.

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

Color convert

RGB11486-
CMYK0.870.9500.66
HSL245.12º91.11%17.65%-
HSV(B)245.12º95.35%33.73%-
XYZ1.860.838.87-
YUV15.44167.82124.83-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.89%
GREEN value IS 4 (1.95% from 255) = 3.96%
BLUE value IS 86 (33.98% from 255) = 85.15%
R=10.89%
G=3.96%
B=85.15%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal114860.870.9500.66245.1291.1117.65
HexB456575F042f55b12
Octal134126127137010236513322
Binary10111001010110101011110111110100001011110101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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