#05173E

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

Shades of Midnight Express #05173E

Tints of Midnight Express #05173E

Color information

#05173E (or 0x05173E) is unknown color: approx Midnight Express. HEX triplet: 05, 17 and 3E. RGB value is (5,23,62). Sum of RGB (Red+Green+Blue) = 5+23+62=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 23 (9.38% from 255 or 25.56% from 90); Blue value is 62 (24.61% from 255 or 68.89% from 90); Max value from RGB is 62 - color contains mainly: blue. Hex color #05173E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05173E is #FAE8C1. Grayscale: #151515. Windows color (decimal): -16443586 or 4069125. OLE color: 4069125.

HSL color Cylindrical-coordinate representation of color #05173E: hue angle of 221.05º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05173E is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB52362-
CMYK0.920.6300.76
HSL221.05º85.07%13.14%-
HSV(B)221.05º91.94%24.31%-
XYZ1.240.994.68-
YUV22.06150.54115.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.56%
GREEN value IS 23 (9.38% from 255) = 25.56%
BLUE value IS 62 (24.61% from 255) = 68.89%
R=5.56%
G=25.56%
B=68.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal523620.920.6300.76221.0585.0713.14
Hex5173E5C3F04Cdd55d
Octal5277613477011433512515
Binary101101111111101011100111111010011001101110110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05173E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05173E; }

 p { color: rgb(5,23,62); }

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

<style>
 a { background-color: #05173E; }

 a { background-color: rgb(5,23,62); }

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

<style>
 span { border-color: #05173E; }

 span { border-color: rgb(5,23,62); }

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