#060A46

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

Shades of Midnight Express #060A46

Tints of Midnight Express #060A46

Color information

#060A46 (or 0x060A46) is unknown color: approx Midnight Express. HEX triplet: 06, 0A and 46. RGB value is (6,10,70). Sum of RGB (Red+Green+Blue) = 6+10+70=86 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.98% from 86); Green value is 10 (4.30% from 255 or 11.63% from 86); Blue value is 70 (27.73% from 255 or 81.40% from 86); Max value from RGB is 70 - color contains mainly: blue. Hex color #060A46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060A46 is #F9F5B9. Grayscale: #0F0F0F. Windows color (decimal): -16381370 or 4590086. OLE color: 4590086.

HSL color Cylindrical-coordinate representation of color #060A46: hue angle of 236.25º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #060A46 is Cyan = 0.91, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB61070-
CMYK0.910.8600.73
HSL236.25º84.21%14.9%-
HSV(B)236.25º91.43%27.45%-
XYZ1.290.75.86-
YUV15.64158.67121.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.98%
GREEN value IS 10 (4.30% from 255) = 11.63%
BLUE value IS 70 (27.73% from 255) = 81.40%
R=6.98%
G=11.63%
B=81.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal610700.910.8600.73236.2584.2114.9
Hex6A465B56049ec54f
Octal612106133126011135412417
Binary1101010100011010110111010110010010011110110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060A46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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