#0B162B

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

Shades of Midnight Express #0B162B

Tints of Midnight Express #0B162B

Color information

#0B162B (or 0x0B162B) is unknown color: approx Midnight Express. HEX triplet: 0B, 16 and 2B. RGB value is (11,22,43). Sum of RGB (Red+Green+Blue) = 11+22+43=76 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.47% from 76); Green value is 22 (8.98% from 255 or 28.95% from 76); Blue value is 43 (17.19% from 255 or 56.58% from 76); Max value from RGB is 43 - color contains mainly: blue. Hex color #0B162B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B162B is #F4E9D4. Grayscale: #151515. Windows color (decimal): -16050645 or 2823691. OLE color: 2823691.

HSL color Cylindrical-coordinate representation of color #0B162B: hue angle of 219.38º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0B162B is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB112243-
CMYK0.740.4900.83
HSL219.38º59.26%10.59%-
HSV(B)219.38º74.42%16.86%-
XYZ0.860.822.4-
YUV21.1140.36120.79-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.47%
GREEN value IS 22 (8.98% from 255) = 28.95%
BLUE value IS 43 (17.19% from 255) = 56.58%
R=14.47%
G=28.95%
B=56.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1122430.740.4900.83219.3859.2610.59
HexB162B4A31053db3bb
Octal1326531126101233337313
Binary101110110101011100101011000101010011110110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B162B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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