#0B1377

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

Shades of Midnight Blue #0B1377

Tints of Midnight Blue #0B1377

Color information

#0B1377 (or 0x0B1377) is unknown color: approx Midnight Blue. HEX triplet: 0B, 13 and 77. RGB value is (11,19,119). Sum of RGB (Red+Green+Blue) = 11+19+119=149 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.38% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 119 (46.88% from 255 or 79.87% from 149); Max value from RGB is 119 - color contains mainly: blue. Hex color #0B1377 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B1377 is #F4EC88. Grayscale: #1B1B1B. Windows color (decimal): -16051337 or 7803659. OLE color: 7803659.

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

Color convert

RGB1119119-
CMYK0.910.8400.53
HSL235.56º83.08%25.49%-
HSV(B)235.56º90.76%46.67%-
XYZ3.71.8717.62-
YUV28.01179.35115.87-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.38%
GREEN value IS 19 (7.81% from 255) = 12.75%
BLUE value IS 119 (46.88% from 255) = 79.87%
R=7.38%
G=12.75%
B=79.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal11191190.910.8400.53235.5683.0825.49
HexB13775B54035ec5319
Octal132316713312406535412331
Binary101110011111011110110111010100011010111101100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,19,119); }

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

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

 a { background-color: rgb(11,19,119); }

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

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

 span { border-color: rgb(11,19,119); }

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