#060240

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

Shades of Midnight Express #060240

Tints of Midnight Express #060240

Color information

#060240 (or 0x060240) is unknown color: approx Midnight Express. HEX triplet: 06, 02 and 40. RGB value is (6,2,64). Sum of RGB (Red+Green+Blue) = 6+2+64=72 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.33% from 72); Green value is 2 (1.17% from 255 or 2.78% from 72); Blue value is 64 (25.39% from 255 or 88.89% from 72); Max value from RGB is 64 - color contains mainly: blue. Hex color #060240 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060240 is #F9FDBF. Grayscale: #0A0A0A. Windows color (decimal): -16383424 or 4194822. OLE color: 4194822.

HSL color Cylindrical-coordinate representation of color #060240: hue angle of 243.87º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #060240 is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB6264-
CMYK0.910.9700.75
HSL243.87º93.94%12.94%-
HSV(B)243.87º96.88%25.1%-
XYZ1.020.454.88-
YUV10.26158.33124.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.33%
GREEN value IS 2 (1.17% from 255) = 2.78%
BLUE value IS 64 (25.39% from 255) = 88.89%
R=8.33%
G=2.78%
B=88.89%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal62640.910.9700.75243.8793.9412.94
Hex62405B6104Bf45ed
Octal62100133141011336413615
Binary11010100000010110111100001010010111111010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060240; }

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

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

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

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

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

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

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

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