#0B1B76

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

Shades of Midnight Blue #0B1B76

Tints of Midnight Blue #0B1B76

Color information

#0B1B76 (or 0x0B1B76) is unknown color: approx Midnight Blue. HEX triplet: 0B, 1B and 76. RGB value is (11,27,118). Sum of RGB (Red+Green+Blue) = 11+27+118=156 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.05% from 156); Green value is 27 (10.94% from 255 or 17.31% from 156); Blue value is 118 (46.48% from 255 or 75.64% from 156); Max value from RGB is 118 - color contains mainly: blue. Hex color #0B1B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B1B76 is #F4E489. Grayscale: #202020. Windows color (decimal): -16049290 or 7740171. OLE color: 7740171.

HSL color Cylindrical-coordinate representation of color #0B1B76: hue angle of 231.03º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B1B76 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1127118-
CMYK0.910.7700.54
HSL231.03º82.95%25.29%-
HSV(B)231.03º90.68%46.27%-
XYZ3.82.1617.36-
YUV32.59176.2112.6-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.05%
GREEN value IS 27 (10.94% from 255) = 17.31%
BLUE value IS 118 (46.48% from 255) = 75.64%
R=7.05%
G=17.31%
B=75.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11271180.910.7700.54231.0382.9525.29
HexB1B765B4D036e75319
Octal133316613311506634712331
Binary101111011111011010110111001101011011011100111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,27,118); }

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

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

 a { background-color: rgb(11,27,118); }

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

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

 span { border-color: rgb(11,27,118); }

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