#05003A

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

Shades of Midnight Express #05003A

Tints of Midnight Express #05003A

Color information

#05003A (or 0x05003A) is unknown color: approx Midnight Express. HEX triplet: 05, 00 and 3A. RGB value is (5,0,58). Sum of RGB (Red+Green+Blue) = 5+0+58=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 58 (23.05% from 255 or 92.06% from 63); Max value from RGB is 58 - color contains mainly: blue. Hex color #05003A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05003A is #FAFFC5. Grayscale: #070707. Windows color (decimal): -16449478 or 3801093. OLE color: 3801093.

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

Color convert

RGB5058-
CMYK0.91100.77
HSL245.17º100%11.37%-
HSV(B)245.17º100%22.75%-
XYZ0.830.344.02-
YUV8.11156.16125.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 58 (23.05% from 255) = 92.06%
R=7.94%
G=0%
B=92.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal50580.91100.77245.1710011.37
Hex503A5B6404Df564b
Octal5072133144011536514413
Binary101011101010110111100100010011011111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05003A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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