#05053A

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

Shades of Midnight Express #05053A

Tints of Midnight Express #05053A

Color information

#05053A (or 0x05053A) is unknown color: approx Midnight Express. HEX triplet: 05, 05 and 3A. RGB value is (5,5,58). Sum of RGB (Red+Green+Blue) = 5+5+58=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 5 (2.34% from 255 or 7.35% from 68); Blue value is 58 (23.05% from 255 or 85.29% from 68); Max value from RGB is 58 - color contains mainly: blue. Hex color #05053A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05053A is #FAFAC5. Grayscale: #0A0A0A. Windows color (decimal): -16448198 or 3802373. OLE color: 3802373.

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

Color convert

RGB5558-
CMYK0.910.9100.77
HSL240º84.13%12.35%-
HSV(B)240º91.38%22.75%-
XYZ0.880.454.04-
YUV11.04154.5123.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 7.35%
GREEN value IS 5 (2.34% from 255) = 7.35%
BLUE value IS 58 (23.05% from 255) = 85.29%
R=7.35%
G=7.35%
B=85.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal55580.910.9100.7724084.1312.35
Hex553A5B5B04Df054c
Octal5572133133011536012414
Binary10110111101010110111011011010011011111000010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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