#05013A

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

Shades of Midnight Express #05013A

Tints of Midnight Express #05013A

Color information

#05013A (or 0x05013A) is unknown color: approx Midnight Express. HEX triplet: 05, 01 and 3A. RGB value is (5,1,58). Sum of RGB (Red+Green+Blue) = 5+1+58=64 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.81% from 64); Green value is 1 (0.78% from 255 or 1.56% from 64); Blue value is 58 (23.05% from 255 or 90.62% from 64); Max value from RGB is 58 - color contains mainly: blue. Hex color #05013A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05013A is #FAFEC5. Grayscale: #080808. Windows color (decimal): -16449222 or 3801349. OLE color: 3801349.

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

Color convert

RGB5158-
CMYK0.910.9800.77
HSL244.21º96.61%11.57%-
HSV(B)244.21º98.28%22.75%-
XYZ0.840.364.03-
YUV8.69155.83125.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.81%
GREEN value IS 1 (0.78% from 255) = 1.56%
BLUE value IS 58 (23.05% from 255) = 90.62%
R=7.81%
G=1.56%
B=90.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal51580.910.9800.77244.2196.6111.57
Hex513A5B6204Df461c
Octal5172133142011536414114
Binary101111101010110111100010010011011111010011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05013A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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