#0B2048

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

Shades of Midnight Express #0B2048

Tints of Midnight Express #0B2048

Color information

#0B2048 (or 0x0B2048) is unknown color: approx Midnight Express. HEX triplet: 0B, 20 and 48. RGB value is (11,32,72). Sum of RGB (Red+Green+Blue) = 11+32+72=115 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.57% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 72 (28.52% from 255 or 62.61% from 115); Max value from RGB is 72 - color contains mainly: blue. Hex color #0B2048 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2048 is #F4DFB7. Grayscale: #1E1E1E. Windows color (decimal): -16048056 or 4726795. OLE color: 4726795.

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

Color convert

RGB113272-
CMYK0.850.5600.72
HSL219.34º73.49%16.27%-
HSV(B)219.34º84.72%28.24%-
XYZ1.821.576.34-
YUV30.28151.54114.25-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.57%
GREEN value IS 32 (12.89% from 255) = 27.83%
BLUE value IS 72 (28.52% from 255) = 62.61%
R=9.57%
G=27.83%
B=62.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1132720.850.5600.72219.3473.4916.27
HexB20485538048db4910
Octal134011012570011033311120
Binary1011100000100100010101011110000100100011011011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B2048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,32,72); }

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

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

 a { background-color: rgb(11,32,72); }

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

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

 span { border-color: rgb(11,32,72); }

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