#0B1543

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

Shades of Midnight Express #0B1543

Tints of Midnight Express #0B1543

Color information

#0B1543 (or 0x0B1543) is unknown color: approx Midnight Express. HEX triplet: 0B, 15 and 43. RGB value is (11,21,67). Sum of RGB (Red+Green+Blue) = 11+21+67=99 (13% of max value = 765). Red value is 11 (4.69% from 255 or 11.11% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 67 (26.56% from 255 or 67.68% from 99); Max value from RGB is 67 - color contains mainly: blue. Hex color #0B1543 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B1543 is #F4EABC. Grayscale: #171717. Windows color (decimal): -16050877 or 4396299. OLE color: 4396299.

HSL color Cylindrical-coordinate representation of color #0B1543: hue angle of 229.29º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B1543 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB112167-
CMYK0.840.6900.74
HSL229.29º71.79%15.29%-
HSV(B)229.29º83.58%26.27%-
XYZ1.421.015.43-
YUV23.25152.69119.26-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 11.11%
GREEN value IS 21 (8.59% from 255) = 21.21%
BLUE value IS 67 (26.56% from 255) = 67.68%
R=11.11%
G=21.21%
B=67.68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1121670.840.6900.74229.2971.7915.29
HexB1543544504Ae548f
Octal1325103124105011234511017
Binary101110101100001110101001000101010010101110010110010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B1543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,21,67); }

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

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

 a { background-color: rgb(11,21,67); }

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

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

 span { border-color: rgb(11,21,67); }

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