#0B124D

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

Shades of Midnight Express #0B124D

Tints of Midnight Express #0B124D

Color information

#0B124D (or 0x0B124D) is unknown color: approx Midnight Express. HEX triplet: 0B, 12 and 4D. RGB value is (11,18,77). Sum of RGB (Red+Green+Blue) = 11+18+77=106 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.38% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 77 (30.47% from 255 or 72.64% from 106); Max value from RGB is 77 - color contains mainly: blue. Hex color #0B124D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B124D is #F4EDB2. Grayscale: #161616. Windows color (decimal): -16051635 or 5050891. OLE color: 5050891.

HSL color Cylindrical-coordinate representation of color #0B124D: hue angle of 233.64º 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 #0B124D is Cyan = 0.86, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB111877-
CMYK0.860.7700.70
HSL233.64º75%17.25%-
HSV(B)233.64º85.71%30.2%-
XYZ1.691.047.13-
YUV22.63158.68119.7-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10.38%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 77 (30.47% from 255) = 72.64%
R=10.38%
G=16.98%
B=72.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1118770.860.7700.70233.647517.25
HexB124D564D046ea4b11
Octal1322115126115010635211321
Binary1011100101001101101011010011010100011011101010100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B124D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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