#061240

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

Shades of Midnight Express #061240

Tints of Midnight Express #061240

Color information

#061240 (or 0x061240) is unknown color: approx Midnight Express. HEX triplet: 06, 12 and 40. RGB value is (6,18,64). Sum of RGB (Red+Green+Blue) = 6+18+64=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 18 (7.42% from 255 or 20.45% from 88); Blue value is 64 (25.39% from 255 or 72.73% from 88); Max value from RGB is 64 - color contains mainly: blue. Hex color #061240 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061240 is #F9EDBF. Grayscale: #131313. Windows color (decimal): -16379328 or 4198918. OLE color: 4198918.

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

Color convert

RGB61864-
CMYK0.910.7200.75
HSL227.59º82.86%13.73%-
HSV(B)227.59º90.62%25.1%-
XYZ1.220.844.95-
YUV19.66153.02118.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.82%
GREEN value IS 18 (7.42% from 255) = 20.45%
BLUE value IS 64 (25.39% from 255) = 72.73%
R=6.82%
G=20.45%
B=72.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal618640.910.7200.75227.5982.8613.73
Hex612405B4804Be453e
Octal622100133110011334412316
Binary11010010100000010110111001000010010111110010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061240; }

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

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

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

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

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

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

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

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