#0B162A

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

Shades of Midnight Express #0B162A

Tints of Midnight Express #0B162A

Color information

#0B162A (or 0x0B162A) is unknown color: approx Midnight Express. HEX triplet: 0B, 16 and 2A. RGB value is (11,22,42). Sum of RGB (Red+Green+Blue) = 11+22+42=75 (9% of max value = 765). Red value is 11 (4.69% from 255 or 14.67% from 75); Green value is 22 (8.98% from 255 or 29.33% from 75); Blue value is 42 (16.80% from 255 or 56% from 75); Max value from RGB is 42 - color contains mainly: blue. Hex color #0B162A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B162A is #F4E9D5. Grayscale: #141414. Windows color (decimal): -16050646 or 2758155. OLE color: 2758155.

HSL color Cylindrical-coordinate representation of color #0B162A: hue angle of 218.71º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0B162A is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB112242-
CMYK0.740.4800.84
HSL218.71º58.49%10.39%-
HSV(B)218.71º73.81%16.47%-
XYZ0.840.812.3-
YUV20.99139.86120.87-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.67%
GREEN value IS 22 (8.98% from 255) = 29.33%
BLUE value IS 42 (16.80% from 255) = 56%
R=14.67%
G=29.33%
B=56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1122420.740.4800.84218.7158.4910.39
HexB162A4A30054db3aa
Octal1326521126001243337212
Binary101110110101010100101011000001010100110110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,22,42); }

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

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

 a { background-color: rgb(11,22,42); }

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

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

 span { border-color: rgb(11,22,42); }

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