#0B1840

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

Shades of Midnight Express #0B1840

Tints of Midnight Express #0B1840

Color information

#0B1840 (or 0x0B1840) is unknown color: approx Midnight Express. HEX triplet: 0B, 18 and 40. RGB value is (11,24,64). Sum of RGB (Red+Green+Blue) = 11+24+64=99 (13% of max value = 765). Red value is 11 (4.69% from 255 or 11.11% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 64 (25.39% from 255 or 64.65% from 99); Max value from RGB is 64 - color contains mainly: blue. Hex color #0B1840 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1840 is #F4E7BF. Grayscale: #181818. Windows color (decimal): -16050112 or 4200459. OLE color: 4200459.

HSL color Cylindrical-coordinate representation of color #0B1840: hue angle of 225.28º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B1840 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB112464-
CMYK0.830.6200.75
HSL225.28º70.67%14.71%-
HSV(B)225.28º82.81%25.1%-
XYZ1.391.094.99-
YUV24.67150.19118.25-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.11%
GREEN value IS 24 (9.77% from 255) = 24.24%
BLUE value IS 64 (25.39% from 255) = 64.65%
R=11.11%
G=24.24%
B=64.65%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1124640.830.6200.75225.2870.6714.71
HexB1840533E04Be147f
Octal133010012376011334110717
Binary10111100010000001010011111110010010111110000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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