#0B1047

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

Shades of Midnight Express #0B1047

Tints of Midnight Express #0B1047

Color information

#0B1047 (or 0x0B1047) is unknown color: approx Midnight Express. HEX triplet: 0B, 10 and 47. RGB value is (11,16,71). Sum of RGB (Red+Green+Blue) = 11+16+71=98 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.22% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 71 (28.12% from 255 or 72.45% from 98); Max value from RGB is 71 - color contains mainly: blue. Hex color #0B1047 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1047 is #F4EFB8. Grayscale: #141414. Windows color (decimal): -16052153 or 4657163. OLE color: 4657163.

HSL color Cylindrical-coordinate representation of color #0B1047: hue angle of 235º 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 #0B1047 is Cyan = 0.85, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB111671-
CMYK0.850.7700.72
HSL235º73.17%16.08%-
HSV(B)235º84.51%27.84%-
XYZ1.460.96.06-
YUV20.78156.34121.03-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.22%
GREEN value IS 16 (6.64% from 255) = 16.33%
BLUE value IS 71 (28.12% from 255) = 72.45%
R=11.22%
G=16.33%
B=72.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1116710.850.7700.7223573.1716.08
HexB1047554D048eb4910
Octal1320107125115011035311120
Binary1011100001000111101010110011010100100011101011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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