#0B1776

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

Shades of Midnight Blue #0B1776

Tints of Midnight Blue #0B1776

Color information

#0B1776 (or 0x0B1776) is unknown color: approx Midnight Blue. HEX triplet: 0B, 17 and 76. RGB value is (11,23,118). Sum of RGB (Red+Green+Blue) = 11+23+118=152 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.24% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 118 (46.48% from 255 or 77.63% from 152); Max value from RGB is 118 - color contains mainly: blue. Hex color #0B1776 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1776 is #F4E889. Grayscale: #1D1D1D. Windows color (decimal): -16050314 or 7739147. OLE color: 7739147.

HSL color Cylindrical-coordinate representation of color #0B1776: hue angle of 233.27º 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 #0B1776 is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1123118-
CMYK0.910.8100.54
HSL233.27º82.95%25.29%-
HSV(B)233.27º90.68%46.27%-
XYZ3.711.9917.33-
YUV30.24177.52114.28-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.24%
GREEN value IS 23 (9.38% from 255) = 15.13%
BLUE value IS 118 (46.48% from 255) = 77.63%
R=7.24%
G=15.13%
B=77.63%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11231180.910.8100.54233.2782.9525.29
HexB17765B51036e95319
Octal132716613312106635112331
Binary101110111111011010110111010001011011011101001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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