#05093B

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

Shades of Midnight Express #05093B

Tints of Midnight Express #05093B

Color information

#05093B (or 0x05093B) is unknown color: approx Midnight Express. HEX triplet: 05, 09 and 3B. RGB value is (5,9,59). Sum of RGB (Red+Green+Blue) = 5+9+59=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 9 (3.91% from 255 or 12.33% from 73); Blue value is 59 (23.44% from 255 or 80.82% from 73); Max value from RGB is 59 - color contains mainly: blue. Hex color #05093B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05093B is #FAF6C4. Grayscale: #0D0D0D. Windows color (decimal): -16447173 or 3868933. OLE color: 3868933.

HSL color Cylindrical-coordinate representation of color #05093B: hue angle of 235.56º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05093B is Cyan = 0.92, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB5959-
CMYK0.920.8500.77
HSL235.56º84.38%12.55%-
HSV(B)235.56º91.53%23.14%-
XYZ0.950.544.19-
YUV13.5153.67121.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.85%
GREEN value IS 9 (3.91% from 255) = 12.33%
BLUE value IS 59 (23.44% from 255) = 80.82%
R=6.85%
G=12.33%
B=80.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59590.920.8500.77235.5684.3812.55
Hex593B5C5504Dec54d
Octal51173134125011535412415
Binary101100111101110111001010101010011011110110010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05093B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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