#05173A

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

Shades of Midnight Express #05173A

Tints of Midnight Express #05173A

Color information

#05173A (or 0x05173A) is unknown color: approx Midnight Express. HEX triplet: 05, 17 and 3A. RGB value is (5,23,58). Sum of RGB (Red+Green+Blue) = 5+23+58=86 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.81% from 86); Green value is 23 (9.38% from 255 or 26.74% from 86); Blue value is 58 (23.05% from 255 or 67.44% from 86); Max value from RGB is 58 - color contains mainly: blue. Hex color #05173A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05173A is #FAE8C5. Grayscale: #151515. Windows color (decimal): -16443590 or 3806981. OLE color: 3806981.

HSL color Cylindrical-coordinate representation of color #05173A: hue angle of 219.62º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05173A is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB52358-
CMYK0.910.6000.77
HSL219.62º84.13%12.35%-
HSV(B)219.62º91.38%22.75%-
XYZ1.130.954.13-
YUV21.61148.54116.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.81%
GREEN value IS 23 (9.38% from 255) = 26.74%
BLUE value IS 58 (23.05% from 255) = 67.44%
R=5.81%
G=26.74%
B=67.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal523580.910.6000.77219.6284.1312.35
Hex5173A5B3C04Ddc54c
Octal5277213374011533412414
Binary101101111110101011011111100010011011101110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05173A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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