#0B1246

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

Shades of Midnight Express #0B1246

Tints of Midnight Express #0B1246

Color information

#0B1246 (or 0x0B1246) is unknown color: approx Midnight Express. HEX triplet: 0B, 12 and 46. RGB value is (11,18,70). Sum of RGB (Red+Green+Blue) = 11+18+70=99 (13% of max value = 765). Red value is 11 (4.69% from 255 or 11.11% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 70 (27.73% from 255 or 70.71% from 99); Max value from RGB is 70 - color contains mainly: blue. Hex color #0B1246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1246 is #F4EDB9. Grayscale: #151515. Windows color (decimal): -16051642 or 4592139. OLE color: 4592139.

HSL color Cylindrical-coordinate representation of color #0B1246: hue angle of 232.88º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B1246 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB111870-
CMYK0.840.7400.73
HSL232.88º72.84%15.88%-
HSV(B)232.88º84.29%27.45%-
XYZ1.460.955.9-
YUV21.84155.18120.27-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.11%
GREEN value IS 18 (7.42% from 255) = 18.18%
BLUE value IS 70 (27.73% from 255) = 70.71%
R=11.11%
G=18.18%
B=70.71%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1118700.840.7400.73232.8872.8415.88
HexB1246544A049e94910
Octal1322106124112011135111120
Binary1011100101000110101010010010100100100111101001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,18,70); }

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

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

 a { background-color: rgb(11,18,70); }

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

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

 span { border-color: rgb(11,18,70); }

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