#060A31

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

Shades of Midnight Express #060A31

Tints of Midnight Express #060A31

Color information

#060A31 (or 0x060A31) is unknown color: approx Midnight Express. HEX triplet: 06, 0A and 31. RGB value is (6,10,49). Sum of RGB (Red+Green+Blue) = 6+10+49=65 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.23% from 65); Green value is 10 (4.30% from 255 or 15.38% from 65); Blue value is 49 (19.53% from 255 or 75.38% from 65); Max value from RGB is 49 - color contains mainly: blue. Hex color #060A31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060A31 is #F9F5CE. Grayscale: #0D0D0D. Windows color (decimal): -16381391 or 3213830. OLE color: 3213830.

HSL color Cylindrical-coordinate representation of color #060A31: hue angle of 234.42º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #060A31 is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB61049-
CMYK0.880.8000.81
HSL234.42º78.18%10.78%-
HSV(B)234.42º87.76%19.22%-
XYZ0.740.482.96-
YUV13.25148.17122.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.23%
GREEN value IS 10 (4.30% from 255) = 15.38%
BLUE value IS 49 (19.53% from 255) = 75.38%
R=9.23%
G=15.38%
B=75.38%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal610490.880.8000.81234.4278.1810.78
Hex6A315850051ea4eb
Octal61261130120012135211613
Binary110101011000110110001010000010100011110101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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