#060E4A

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

Shades of Midnight Express #060E4A

Tints of Midnight Express #060E4A

Color information

#060E4A (or 0x060E4A) is unknown color: approx Midnight Express. HEX triplet: 06, 0E and 4A. RGB value is (6,14,74). Sum of RGB (Red+Green+Blue) = 6+14+74=94 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.38% from 94); Green value is 14 (5.86% from 255 or 14.89% from 94); Blue value is 74 (29.30% from 255 or 78.72% from 94); Max value from RGB is 74 - color contains mainly: blue. Hex color #060E4A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060E4A is #F9F1B5. Grayscale: #121212. Windows color (decimal): -16380342 or 4853254. OLE color: 4853254.

HSL color Cylindrical-coordinate representation of color #060E4A: hue angle of 232.94º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #060E4A is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB61474-
CMYK0.920.8100.71
HSL232.94º85%15.69%-
HSV(B)232.94º91.89%29.02%-
XYZ1.470.856.56-
YUV18.45159.35119.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.38%
GREEN value IS 14 (5.86% from 255) = 14.89%
BLUE value IS 74 (29.30% from 255) = 78.72%
R=6.38%
G=14.89%
B=78.72%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal614740.920.8100.71232.948515.69
Hex6E4A5C51047e95510
Octal616112134121010735112520
Binary11011101001010101110010100010100011111101001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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