#060140

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

Shades of Midnight Express #060140

Tints of Midnight Express #060140

Color information

#060140 (or 0x060140) is unknown color: approx Midnight Express. HEX triplet: 06, 01 and 40. RGB value is (6,1,64). Sum of RGB (Red+Green+Blue) = 6+1+64=71 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.45% from 71); Green value is 1 (0.78% from 255 or 1.41% from 71); Blue value is 64 (25.39% from 255 or 90.14% from 71); Max value from RGB is 64 - color contains mainly: blue. Hex color #060140 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060140 is #F9FEBF. Grayscale: #090909. Windows color (decimal): -16383680 or 4194566. OLE color: 4194566.

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

Color convert

RGB6164-
CMYK0.910.9800.75
HSL244.76º96.92%12.75%-
HSV(B)244.76º98.44%25.1%-
XYZ1.010.434.88-
YUV9.68158.66125.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.45%
GREEN value IS 1 (0.78% from 255) = 1.41%
BLUE value IS 64 (25.39% from 255) = 90.14%
R=8.45%
G=1.41%
B=90.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal61640.910.9800.75244.7696.9212.75
Hex61405B6204Bf561d
Octal61100133142011336514115
Binary1101100000010110111100010010010111111010111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060140; }

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

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

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

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

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

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

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

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