#05093C

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

Shades of Midnight Express #05093C

Tints of Midnight Express #05093C

Color information

#05093C (or 0x05093C) is unknown color: approx Midnight Express. HEX triplet: 05, 09 and 3C. RGB value is (5,9,60). Sum of RGB (Red+Green+Blue) = 5+9+60=74 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.76% from 74); Green value is 9 (3.91% from 255 or 12.16% from 74); Blue value is 60 (23.83% from 255 or 81.08% from 74); Max value from RGB is 60 - color contains mainly: blue. Hex color #05093C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05093C is #FAF6C3. Grayscale: #0D0D0D. Windows color (decimal): -16447172 or 3934469. OLE color: 3934469.

HSL color Cylindrical-coordinate representation of color #05093C: hue angle of 235.64º 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 #05093C is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB5960-
CMYK0.920.8500.76
HSL235.64º84.62%12.75%-
HSV(B)235.64º91.67%23.53%-
XYZ0.980.554.33-
YUV13.62154.17121.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.76%
GREEN value IS 9 (3.91% from 255) = 12.16%
BLUE value IS 60 (23.83% from 255) = 81.08%
R=6.76%
G=12.16%
B=81.08%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal59600.920.8500.76235.6484.6212.75
Hex593C5C5504Cec55d
Octal51174134125011435412515
Binary101100111110010111001010101010011001110110010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05093C; }

 p { color: rgb(5,9,60); }

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

<style>
 a { background-color: #05093C; }

 a { background-color: rgb(5,9,60); }

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

<style>
 span { border-color: #05093C; }

 span { border-color: rgb(5,9,60); }

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