#060A3C

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

Shades of Midnight Express #060A3C

Tints of Midnight Express #060A3C

Color information

#060A3C (or 0x060A3C) is unknown color: approx Midnight Express. HEX triplet: 06, 0A and 3C. RGB value is (6,10,60). Sum of RGB (Red+Green+Blue) = 6+10+60=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 10 (4.30% from 255 or 13.16% from 76); Blue value is 60 (23.83% from 255 or 78.95% from 76); Max value from RGB is 60 - color contains mainly: blue. Hex color #060A3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060A3C is #F9F5C3. Grayscale: #0E0E0E. Windows color (decimal): -16381380 or 3934726. OLE color: 3934726.

HSL color Cylindrical-coordinate representation of color #060A3C: hue angle of 235.56º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #060A3C is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB61060-
CMYK0.900.8300.76
HSL235.56º81.82%12.94%-
HSV(B)235.56º90%23.53%-
XYZ10.584.33-
YUV14.5153.67121.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.89%
GREEN value IS 10 (4.30% from 255) = 13.16%
BLUE value IS 60 (23.83% from 255) = 78.95%
R=7.89%
G=13.16%
B=78.95%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal610600.900.8300.76235.5681.8212.94
Hex6A3C5A5304Cec52d
Octal61274132123011435412215
Binary110101011110010110101010011010011001110110010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060A3C; }

 p { color: rgb(6,10,60); }

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

<style>
 a { background-color: #060A3C; }

 a { background-color: rgb(6,10,60); }

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

<style>
 span { border-color: #060A3C; }

 span { border-color: rgb(6,10,60); }

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