#0B0840

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

Shades of Midnight Express #0B0840

Tints of Midnight Express #0B0840

Color information

#0B0840 (or 0x0B0840) is unknown color: approx Midnight Express. HEX triplet: 0B, 08 and 40. RGB value is (11,8,64). Sum of RGB (Red+Green+Blue) = 11+8+64=83 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.25% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 64 (25.39% from 255 or 77.11% from 83); Max value from RGB is 64 - color contains mainly: blue. Hex color #0B0840 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0840 is #F4F7BF. Grayscale: #0F0F0F. Windows color (decimal): -16054208 or 4196363. OLE color: 4196363.

HSL color Cylindrical-coordinate representation of color #0B0840: hue angle of 243.21º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B0840 is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB11864-
CMYK0.830.8700.75
HSL243.21º77.78%14.12%-
HSV(B)243.21º87.5%25.1%-
XYZ1.150.614.91-
YUV15.28155.49124.95-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.25%
GREEN value IS 8 (3.52% from 255) = 9.64%
BLUE value IS 64 (25.39% from 255) = 77.11%
R=13.25%
G=9.64%
B=77.11%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal118640.830.8700.75243.2177.7814.12
HexB840535704Bf34ee
Octal1310100123127011336311616
Binary10111000100000010100111010111010010111111001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,8,64); }

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

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

 a { background-color: rgb(11,8,64); }

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

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

 span { border-color: rgb(11,8,64); }

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