#0B137C

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

Shades of Midnight Blue #0B137C

Tints of Midnight Blue #0B137C

Color information

#0B137C (or 0x0B137C) is unknown color: approx Midnight Blue. HEX triplet: 0B, 13 and 7C. RGB value is (11,19,124). Sum of RGB (Red+Green+Blue) = 11+19+124=154 (20% of max value = 765). Red value is 11 (4.69% from 255 or 7.14% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 124 (48.83% from 255 or 80.52% from 154); Max value from RGB is 124 - color contains mainly: blue. Hex color #0B137C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B137C is #F4EC83. Grayscale: #1C1C1C. Windows color (decimal): -16051332 or 8131339. OLE color: 8131339.

HSL color Cylindrical-coordinate representation of color #0B137C: hue angle of 235.75º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B137C is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1119124-
CMYK0.910.8500.51
HSL235.75º83.7%26.47%-
HSV(B)235.75º91.13%48.63%-
XYZ4.011.9919.24-
YUV28.58181.85115.46-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.14%
GREEN value IS 19 (7.81% from 255) = 12.34%
BLUE value IS 124 (48.83% from 255) = 80.52%
R=7.14%
G=12.34%
B=80.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11191240.910.8500.51235.7583.726.47
HexB137C5B55033ec541a
Octal132317413312506335412432
Binary101110011111110010110111010101011001111101100101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B137C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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