#06053D

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

Shades of Midnight Express #06053D

Tints of Midnight Express #06053D

Color information

#06053D (or 0x06053D) is unknown color: approx Midnight Express. HEX triplet: 06, 05 and 3D. RGB value is (6,5,61). Sum of RGB (Red+Green+Blue) = 6+5+61=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 61 (24.22% from 255 or 84.72% from 72); Max value from RGB is 61 - color contains mainly: blue. Hex color #06053D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06053D is #F9FAC2. Grayscale: #0B0B0B. Windows color (decimal): -16382659 or 3998982. OLE color: 3998982.

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

Color convert

RGB6561-
CMYK0.900.9200.76
HSL241.07º84.85%12.94%-
HSV(B)241.07º91.8%23.92%-
XYZ0.970.484.46-
YUV11.68155.83123.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.33%
GREEN value IS 5 (2.34% from 255) = 6.94%
BLUE value IS 61 (24.22% from 255) = 84.72%
R=8.33%
G=6.94%
B=84.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal65610.900.9200.76241.0784.8512.94
Hex653D5A5C04Cf155d
Octal6575132134011436112515
Binary11010111110110110101011100010011001111000110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06053D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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