#060E41

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

Shades of Midnight Express #060E41

Tints of Midnight Express #060E41

Color information

#060E41 (or 0x060E41) is unknown color: approx Midnight Express. HEX triplet: 06, 0E and 41. RGB value is (6,14,65). Sum of RGB (Red+Green+Blue) = 6+14+65=85 (11% of max value = 765). Red value is 6 (2.73% from 255 or 7.06% from 85); Green value is 14 (5.86% from 255 or 16.47% from 85); Blue value is 65 (25.78% from 255 or 76.47% from 85); Max value from RGB is 65 - color contains mainly: blue. Hex color #060E41 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060E41 is #F9F1BE. Grayscale: #111111. Windows color (decimal): -16380351 or 4263430. OLE color: 4263430.

HSL color Cylindrical-coordinate representation of color #060E41: hue angle of 231.86º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #060E41 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB61465-
CMYK0.910.7800.75
HSL231.86º83.1%13.92%-
HSV(B)231.86º90.77%25.49%-
XYZ1.190.735.08-
YUV17.42154.85119.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.06%
GREEN value IS 14 (5.86% from 255) = 16.47%
BLUE value IS 65 (25.78% from 255) = 76.47%
R=7.06%
G=16.47%
B=76.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal614650.910.7800.75231.8683.113.92
Hex6E415B4E04Be853e
Octal616101133116011335012316
Binary1101110100000110110111001110010010111110100010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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