#0B1147

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

Shades of Midnight Express #0B1147

Tints of Midnight Express #0B1147

Color information

#0B1147 (or 0x0B1147) is unknown color: approx Midnight Express. HEX triplet: 0B, 11 and 47. RGB value is (11,17,71). Sum of RGB (Red+Green+Blue) = 11+17+71=99 (13% of max value = 765). Red value is 11 (4.69% from 255 or 11.11% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 71 (28.12% from 255 or 71.72% from 99); Max value from RGB is 71 - color contains mainly: blue. Hex color #0B1147 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1147 is #F4EEB8. Grayscale: #151515. Windows color (decimal): -16051897 or 4657419. OLE color: 4657419.

HSL color Cylindrical-coordinate representation of color #0B1147: hue angle of 234º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0B1147 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB111771-
CMYK0.850.7600.72
HSL234º73.17%16.08%-
HSV(B)234º84.51%27.84%-
XYZ1.480.936.06-
YUV21.36156.01120.61-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.11%
GREEN value IS 17 (7.03% from 255) = 17.17%
BLUE value IS 71 (28.12% from 255) = 71.72%
R=11.11%
G=17.17%
B=71.72%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1117710.850.7600.7223473.1716.08
HexB1147554C048ea4910
Octal1321107125114011035211120
Binary1011100011000111101010110011000100100011101010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,17,71); }

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

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

 a { background-color: rgb(11,17,71); }

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

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

 span { border-color: rgb(11,17,71); }

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