#0B1630

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

Shades of Midnight Express #0B1630

Tints of Midnight Express #0B1630

Color information

#0B1630 (or 0x0B1630) is unknown color: approx Midnight Express. HEX triplet: 0B, 16 and 30. RGB value is (11,22,48). Sum of RGB (Red+Green+Blue) = 11+22+48=81 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.58% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 48 (19.14% from 255 or 59.26% from 81); Max value from RGB is 48 - color contains mainly: blue. Hex color #0B1630 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1630 is #F4E9CF. Grayscale: #151515. Windows color (decimal): -16050640 or 3151371. OLE color: 3151371.

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

Color convert

RGB112248-
CMYK0.770.5400.81
HSL222.16º62.71%11.57%-
HSV(B)222.16º77.08%18.82%-
XYZ0.960.862.91-
YUV21.68142.86120.39-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.58%
GREEN value IS 22 (8.98% from 255) = 27.16%
BLUE value IS 48 (19.14% from 255) = 59.26%
R=13.58%
G=27.16%
B=59.26%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1122480.770.5400.81222.1662.7111.57
HexB16304D36051de3fc
Octal1326601156601213367714
Binary101110110110000100110111011001010001110111101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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