#05112D

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

Shades of Midnight Express #05112D

Tints of Midnight Express #05112D

Color information

#05112D (or 0x05112D) is unknown color: approx Midnight Express. HEX triplet: 05, 11 and 2D. RGB value is (5,17,45). Sum of RGB (Red+Green+Blue) = 5+17+45=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 45 (17.97% from 255 or 67.16% from 67); Max value from RGB is 45 - color contains mainly: blue. Hex color #05112D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05112D is #FAEED2. Grayscale: #101010. Windows color (decimal): -16445139 or 2953477. OLE color: 2953477.

HSL color Cylindrical-coordinate representation of color #05112D: hue angle of 222º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #05112D is Cyan = 0.89, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB51745-
CMYK0.890.6200.82
HSL222º80%9.8%-
HSV(B)222º88.89%17.65%-
XYZ0.740.622.56-
YUV16.6144.02119.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.46%
GREEN value IS 17 (7.03% from 255) = 25.37%
BLUE value IS 45 (17.97% from 255) = 67.16%
R=7.46%
G=25.37%
B=67.16%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal517450.890.6200.82222809.8
Hex5112D593E052de50a
Octal5215513176012233612012
Binary101100011011011011001111110010100101101111010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05112D; }

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

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

<style>
 a { background-color: #05112D; }

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

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

<style>
 span { border-color: #05112D; }

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

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