#061740

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

Shades of Midnight Express #061740

Tints of Midnight Express #061740

Color information

#061740 (or 0x061740) is unknown color: approx Midnight Express. HEX triplet: 06, 17 and 40. RGB value is (6,23,64). Sum of RGB (Red+Green+Blue) = 6+23+64=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 23 (9.38% from 255 or 24.73% from 93); Blue value is 64 (25.39% from 255 or 68.82% from 93); Max value from RGB is 64 - color contains mainly: blue. Hex color #061740 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061740 is #F9E8BF. Grayscale: #161616. Windows color (decimal): -16378048 or 4200198. OLE color: 4200198.

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

Color convert

RGB62364-
CMYK0.910.6400.75
HSL222.41º82.86%13.73%-
HSV(B)222.41º90.62%25.1%-
XYZ1.311.024.98-
YUV22.59151.37116.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.45%
GREEN value IS 23 (9.38% from 255) = 24.73%
BLUE value IS 64 (25.39% from 255) = 68.82%
R=6.45%
G=24.73%
B=68.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal623640.910.6400.75222.4182.8613.73
Hex617405B4004Bde53e
Octal627100133100011333612316
Binary11010111100000010110111000000010010111101111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061740; }

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

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

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

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

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

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

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

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