#06053A

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

Shades of Midnight Express #06053A

Tints of Midnight Express #06053A

Color information

#06053A (or 0x06053A) is unknown color: approx Midnight Express. HEX triplet: 06, 05 and 3A. RGB value is (6,5,58). Sum of RGB (Red+Green+Blue) = 6+5+58=69 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.70% from 69); Green value is 5 (2.34% from 255 or 7.25% from 69); Blue value is 58 (23.05% from 255 or 84.06% from 69); Max value from RGB is 58 - color contains mainly: blue. Hex color #06053A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06053A is #F9FAC5. Grayscale: #0B0B0B. Windows color (decimal): -16382662 or 3802374. OLE color: 3802374.

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

Color convert

RGB6558-
CMYK0.900.9100.77
HSL241.13º84.13%12.35%-
HSV(B)241.13º91.38%22.75%-
XYZ0.890.454.04-
YUV11.34154.33124.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.70%
GREEN value IS 5 (2.34% from 255) = 7.25%
BLUE value IS 58 (23.05% from 255) = 84.06%
R=8.70%
G=7.25%
B=84.06%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal65580.900.9100.77241.1384.1312.35
Hex653A5A5B04Df154c
Octal6572132133011536112414
Binary11010111101010110101011011010011011111000110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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