#0B1831

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

Shades of Midnight Express #0B1831

Tints of Midnight Express #0B1831

Color information

#0B1831 (or 0x0B1831) is unknown color: approx Midnight Express. HEX triplet: 0B, 18 and 31. RGB value is (11,24,49). Sum of RGB (Red+Green+Blue) = 11+24+49=84 (11% of max value = 765). Red value is 11 (4.69% from 255 or 13.10% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 49 (19.53% from 255 or 58.33% from 84); Max value from RGB is 49 - color contains mainly: blue. Hex color #0B1831 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1831 is #F4E7CE. Grayscale: #161616. Windows color (decimal): -16050127 or 3217419. OLE color: 3217419.

HSL color Cylindrical-coordinate representation of color #0B1831: hue angle of 219.47º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B1831 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB112449-
CMYK0.780.5100.81
HSL219.47º63.33%11.76%-
HSV(B)219.47º77.55%19.22%-
XYZ1.020.953.03-
YUV22.96142.69119.47-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.10%
GREEN value IS 24 (9.77% from 255) = 28.57%
BLUE value IS 49 (19.53% from 255) = 58.33%
R=13.10%
G=28.57%
B=58.33%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1124490.780.5100.81219.4763.3311.76
HexB18314E33051db3fc
Octal1330611166301213337714
Binary101111000110001100111011001101010001110110111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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