#060D40

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

Shades of Midnight Express #060D40

Tints of Midnight Express #060D40

Color information

#060D40 (or 0x060D40) is unknown color: approx Midnight Express. HEX triplet: 06, 0D and 40. RGB value is (6,13,64). Sum of RGB (Red+Green+Blue) = 6+13+64=83 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.23% from 83); Green value is 13 (5.47% from 255 or 15.66% from 83); Blue value is 64 (25.39% from 255 or 77.11% from 83); Max value from RGB is 64 - color contains mainly: blue. Hex color #060D40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060D40 is #F9F2BF. Grayscale: #101010. Windows color (decimal): -16380608 or 4197638. OLE color: 4197638.

HSL color Cylindrical-coordinate representation of color #060D40: hue angle of 232.76º 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 #060D40 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB61364-
CMYK0.910.8000.75
HSL232.76º82.86%13.73%-
HSV(B)232.76º90.62%25.1%-
XYZ1.140.74.92-
YUV16.72154.68120.35-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.23%
GREEN value IS 13 (5.47% from 255) = 15.66%
BLUE value IS 64 (25.39% from 255) = 77.11%
R=7.23%
G=15.66%
B=77.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal613640.910.8000.75232.7682.8613.73
Hex6D405B5004Be953e
Octal615100133120011335112316
Binary1101101100000010110111010000010010111110100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,13,64); }

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

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

 a { background-color: rgb(6,13,64); }

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

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

 span { border-color: rgb(6,13,64); }

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