#0B1330

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

Shades of Midnight Express #0B1330

Tints of Midnight Express #0B1330

Color information

#0B1330 (or 0x0B1330) is unknown color: approx Midnight Express. HEX triplet: 0B, 13 and 30. RGB value is (11,19,48). Sum of RGB (Red+Green+Blue) = 11+19+48=78 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.10% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 48 (19.14% from 255 or 61.54% from 78); Max value from RGB is 48 - color contains mainly: blue. Hex color #0B1330 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1330 is #F4ECCF. Grayscale: #131313. Windows color (decimal): -16051408 or 3150603. OLE color: 3150603.

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

Color convert

RGB111948-
CMYK0.770.6000.81
HSL227.03º62.71%11.57%-
HSV(B)227.03º77.08%18.82%-
XYZ0.90.752.89-
YUV19.91143.85121.64-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 14.10%
GREEN value IS 19 (7.81% from 255) = 24.36%
BLUE value IS 48 (19.14% from 255) = 61.54%
R=14.10%
G=24.36%
B=61.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1119480.770.6000.81227.0362.7111.57
HexB13304D3C051e33fc
Octal1323601157401213437714
Binary101110011110000100110111110001010001111000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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