#0B1930

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

Shades of Midnight Express #0B1930

Tints of Midnight Express #0B1930

Color information

#0B1930 (or 0x0B1930) is unknown color: approx Midnight Express. HEX triplet: 0B, 19 and 30. RGB value is (11,25,48). Sum of RGB (Red+Green+Blue) = 11+25+48=84 (11% of max value = 765). Red value is 11 (4.69% from 255 or 13.10% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 48 (19.14% from 255 or 57.14% from 84); Max value from RGB is 48 - color contains mainly: blue. Hex color #0B1930 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1930 is #F4E6CF. Grayscale: #171717. Windows color (decimal): -16049872 or 3152139. OLE color: 3152139.

HSL color Cylindrical-coordinate representation of color #0B1930: hue angle of 217.3º 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 #0B1930 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB112548-
CMYK0.770.4800.81
HSL217.3º62.71%11.57%-
HSV(B)217.3º77.08%18.82%-
XYZ1.020.982.93-
YUV23.44141.86119.13-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.10%
GREEN value IS 25 (10.16% from 255) = 29.76%
BLUE value IS 48 (19.14% from 255) = 57.14%
R=13.10%
G=29.76%
B=57.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1125480.770.4800.81217.362.7111.57
HexB19304D30051d93fc
Octal1331601156001213317714
Binary101111001110000100110111000001010001110110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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