#0B114D

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

Shades of Midnight Express #0B114D

Tints of Midnight Express #0B114D

Color information

#0B114D (or 0x0B114D) is unknown color: approx Midnight Express. HEX triplet: 0B, 11 and 4D. RGB value is (11,17,77). Sum of RGB (Red+Green+Blue) = 11+17+77=105 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.48% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 77 (30.47% from 255 or 73.33% from 105); Max value from RGB is 77 - color contains mainly: blue. Hex color #0B114D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B114D is #F4EEB2. Grayscale: #151515. Windows color (decimal): -16051891 or 5050635. OLE color: 5050635.

HSL color Cylindrical-coordinate representation of color #0B114D: hue angle of 234.55º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B114D is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB111777-
CMYK0.860.7800.70
HSL234.55º75%17.25%-
HSV(B)234.55º85.71%30.2%-
XYZ1.681.017.13-
YUV22.05159.01120.12-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.48%
GREEN value IS 17 (7.03% from 255) = 16.19%
BLUE value IS 77 (30.47% from 255) = 73.33%
R=10.48%
G=16.19%
B=73.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1117770.860.7800.70234.557517.25
HexB114D564E046eb4b11
Octal1321115126116010635311321
Binary1011100011001101101011010011100100011011101011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B114D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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