#05113B

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

Shades of Midnight Express #05113B

Tints of Midnight Express #05113B

Color information

#05113B (or 0x05113B) is unknown color: approx Midnight Express. HEX triplet: 05, 11 and 3B. RGB value is (5,17,59). Sum of RGB (Red+Green+Blue) = 5+17+59=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 17 (7.03% from 255 or 20.99% from 81); Blue value is 59 (23.44% from 255 or 72.84% from 81); Max value from RGB is 59 - color contains mainly: blue. Hex color #05113B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05113B is #FAEEC4. Grayscale: #121212. Windows color (decimal): -16445125 or 3870981. OLE color: 3870981.

HSL color Cylindrical-coordinate representation of color #05113B: hue angle of 226.67º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05113B is Cyan = 0.92, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB51759-
CMYK0.920.7100.77
HSL226.67º84.38%12.55%-
HSV(B)226.67º91.53%23.14%-
XYZ1.050.754.23-
YUV18.2151.02118.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.17%
GREEN value IS 17 (7.03% from 255) = 20.99%
BLUE value IS 59 (23.44% from 255) = 72.84%
R=6.17%
G=20.99%
B=72.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal517590.920.7100.77226.6784.3812.55
Hex5113B5C4704De354d
Octal52173134107011534312415
Binary1011000111101110111001000111010011011110001110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05113B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05113B; }

 p { color: rgb(5,17,59); }

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

<style>
 a { background-color: #05113B; }

 a { background-color: rgb(5,17,59); }

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

<style>
 span { border-color: #05113B; }

 span { border-color: rgb(5,17,59); }

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