#0B1037

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

Shades of Midnight Express #0B1037

Tints of Midnight Express #0B1037

Color information

#0B1037 (or 0x0B1037) is unknown color: approx Midnight Express. HEX triplet: 0B, 10 and 37. RGB value is (11,16,55). Sum of RGB (Red+Green+Blue) = 11+16+55=82 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.41% from 82); Green value is 16 (6.64% from 255 or 19.51% from 82); Blue value is 55 (21.88% from 255 or 67.07% from 82); Max value from RGB is 55 - color contains mainly: blue. Hex color #0B1037 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1037 is #F4EFC8. Grayscale: #121212. Windows color (decimal): -16052169 or 3608587. OLE color: 3608587.

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

Color convert

RGB111655-
CMYK0.80.7100.78
HSL233.18º66.67%12.94%-
HSV(B)233.18º80%21.57%-
XYZ1.010.723.7-
YUV18.95148.34122.33-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 13.41%
GREEN value IS 16 (6.64% from 255) = 19.51%
BLUE value IS 55 (21.88% from 255) = 67.07%
R=13.41%
G=19.51%
B=67.07%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1116550.80.7100.78233.1866.6712.94
HexB1037504704Ee943d
Octal132067120107011635110315
Binary10111000011011110100001000111010011101110100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,16,55); }

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

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

 a { background-color: rgb(11,16,55); }

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

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

 span { border-color: rgb(11,16,55); }

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