#05163A

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

Shades of Midnight Express #05163A

Tints of Midnight Express #05163A

Color information

#05163A (or 0x05163A) is unknown color: approx Midnight Express. HEX triplet: 05, 16 and 3A. RGB value is (5,22,58). Sum of RGB (Red+Green+Blue) = 5+22+58=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 22 (8.98% from 255 or 25.88% from 85); Blue value is 58 (23.05% from 255 or 68.24% from 85); Max value from RGB is 58 - color contains mainly: blue. Hex color #05163A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05163A is #FAE9C5. Grayscale: #141414. Windows color (decimal): -16443846 or 3806725. OLE color: 3806725.

HSL color Cylindrical-coordinate representation of color #05163A: hue angle of 220.75º 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 #05163A is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB52258-
CMYK0.910.6200.77
HSL220.75º84.13%12.35%-
HSV(B)220.75º91.38%22.75%-
XYZ1.110.914.12-
YUV21.02148.87116.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 5.88%
GREEN value IS 22 (8.98% from 255) = 25.88%
BLUE value IS 58 (23.05% from 255) = 68.24%
R=5.88%
G=25.88%
B=68.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal522580.910.6200.77220.7584.1312.35
Hex5163A5B3E04Ddd54c
Octal5267213376011533512414
Binary101101101110101011011111110010011011101110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05163A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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