#060E47

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

Shades of Midnight Express #060E47

Tints of Midnight Express #060E47

Color information

#060E47 (or 0x060E47) is unknown color: approx Midnight Express. HEX triplet: 06, 0E and 47. RGB value is (6,14,71). Sum of RGB (Red+Green+Blue) = 6+14+71=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 14 (5.86% from 255 or 15.38% from 91); Blue value is 71 (28.12% from 255 or 78.02% from 91); Max value from RGB is 71 - color contains mainly: blue. Hex color #060E47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060E47 is #F9F1B8. Grayscale: #111111. Windows color (decimal): -16380345 or 4656646. OLE color: 4656646.

HSL color Cylindrical-coordinate representation of color #060E47: hue angle of 232.62º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #060E47 is Cyan = 0.92, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB61471-
CMYK0.920.8000.72
HSL232.62º84.42%15.1%-
HSV(B)232.62º91.55%27.84%-
XYZ1.370.816.04-
YUV18.11157.85119.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.59%
GREEN value IS 14 (5.86% from 255) = 15.38%
BLUE value IS 71 (28.12% from 255) = 78.02%
R=6.59%
G=15.38%
B=78.02%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal614710.920.8000.72232.6284.4215.1
Hex6E475C50048e954f
Octal616107134120011035112417
Binary1101110100011110111001010000010010001110100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,14,71); }

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

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

 a { background-color: rgb(6,14,71); }

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

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

 span { border-color: rgb(6,14,71); }

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