#061640

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

Shades of Midnight Express #061640

Tints of Midnight Express #061640

Color information

#061640 (or 0x061640) is unknown color: approx Midnight Express. HEX triplet: 06, 16 and 40. RGB value is (6,22,64). Sum of RGB (Red+Green+Blue) = 6+22+64=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 22 (8.98% from 255 or 23.91% from 92); Blue value is 64 (25.39% from 255 or 69.57% from 92); Max value from RGB is 64 - color contains mainly: blue. Hex color #061640 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061640 is #F9E9BF. Grayscale: #151515. Windows color (decimal): -16378304 or 4199942. OLE color: 4199942.

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

Color convert

RGB62264-
CMYK0.910.6600.75
HSL223.45º82.86%13.73%-
HSV(B)223.45º90.62%25.1%-
XYZ1.290.984.97-
YUV22151.7116.58-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.52%
GREEN value IS 22 (8.98% from 255) = 23.91%
BLUE value IS 64 (25.39% from 255) = 69.57%
R=6.52%
G=23.91%
B=69.57%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal622640.910.6600.75223.4582.8613.73
Hex616405B4204Bdf53e
Octal626100133102011333712316
Binary11010110100000010110111000010010010111101111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061640; }

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

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

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

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

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

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

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

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