#0B183A

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

Shades of Midnight Express #0B183A

Tints of Midnight Express #0B183A

Color information

#0B183A (or 0x0B183A) is unknown color: approx Midnight Express. HEX triplet: 0B, 18 and 3A. RGB value is (11,24,58). Sum of RGB (Red+Green+Blue) = 11+24+58=93 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.83% from 93); Green value is 24 (9.77% from 255 or 25.81% from 93); Blue value is 58 (23.05% from 255 or 62.37% from 93); Max value from RGB is 58 - color contains mainly: blue. Hex color #0B183A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B183A is #F4E7C5. Grayscale: #171717. Windows color (decimal): -16050118 or 3807243. OLE color: 3807243.

HSL color Cylindrical-coordinate representation of color #0B183A: hue angle of 223.4º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B183A is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB112458-
CMYK0.810.5900.77
HSL223.4º68.12%13.53%-
HSV(B)223.4º81.03%22.75%-
XYZ1.231.034.14-
YUV23.99147.19118.74-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.83%
GREEN value IS 24 (9.77% from 255) = 25.81%
BLUE value IS 58 (23.05% from 255) = 62.37%
R=11.83%
G=25.81%
B=62.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1124580.810.5900.77223.468.1213.53
HexB183A513B04Ddf44e
Octal13307212173011533710416
Binary1011110001110101010001111011010011011101111110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B183A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,24,58); }

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

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

 a { background-color: rgb(11,24,58); }

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

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

 span { border-color: rgb(11,24,58); }

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