#0B1133

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

Shades of Midnight Express #0B1133

Tints of Midnight Express #0B1133

Color information

#0B1133 (or 0x0B1133) is unknown color: approx Midnight Express. HEX triplet: 0B, 11 and 33. RGB value is (11,17,51). Sum of RGB (Red+Green+Blue) = 11+17+51=79 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.92% from 79); Green value is 17 (7.03% from 255 or 21.52% from 79); Blue value is 51 (20.31% from 255 or 64.56% from 79); Max value from RGB is 51 - color contains mainly: blue. Hex color #0B1133 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1133 is #F4EECC. Grayscale: #121212. Windows color (decimal): -16051917 or 3346699. OLE color: 3346699.

HSL color Cylindrical-coordinate representation of color #0B1133: hue angle of 231º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0B1133 is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB111751-
CMYK0.780.6700.8
HSL231º64.52%12.16%-
HSV(B)231º78.43%20%-
XYZ0.940.713.22-
YUV19.08146.01122.24-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.92%
GREEN value IS 17 (7.03% from 255) = 21.52%
BLUE value IS 51 (20.31% from 255) = 64.56%
R=13.92%
G=21.52%
B=64.56%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1117510.780.6700.823164.5212.16
HexB11334E43050e741c
Octal132163116103012034710114
Binary10111000111001110011101000011010100001110011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,17,51); }

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

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

 a { background-color: rgb(11,17,51); }

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

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

 span { border-color: rgb(11,17,51); }

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