#0B1548

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

Shades of Midnight Express #0B1548

Tints of Midnight Express #0B1548

Color information

#0B1548 (or 0x0B1548) is unknown color: approx Midnight Express. HEX triplet: 0B, 15 and 48. RGB value is (11,21,72). Sum of RGB (Red+Green+Blue) = 11+21+72=104 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.58% from 104); Green value is 21 (8.59% from 255 or 20.19% from 104); Blue value is 72 (28.52% from 255 or 69.23% from 104); Max value from RGB is 72 - color contains mainly: blue. Hex color #0B1548 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1548 is #F4EAB7. Grayscale: #171717. Windows color (decimal): -16050872 or 4723979. OLE color: 4723979.

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

Color convert

RGB112172-
CMYK0.850.7100.72
HSL230.16º73.49%16.27%-
HSV(B)230.16º84.72%28.24%-
XYZ1.581.086.26-
YUV23.82155.19118.85-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.58%
GREEN value IS 21 (8.59% from 255) = 20.19%
BLUE value IS 72 (28.52% from 255) = 69.23%
R=10.58%
G=20.19%
B=69.23%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1121720.850.7100.72230.1673.4916.27
HexB15485547048e64910
Octal1325110125107011034611120
Binary1011101011001000101010110001110100100011100110100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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