#061B40

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

Shades of Midnight Express #061B40

Tints of Midnight Express #061B40

Color information

#061B40 (or 0x061B40) is unknown color: approx Midnight Express. HEX triplet: 06, 1B and 40. RGB value is (6,27,64). Sum of RGB (Red+Green+Blue) = 6+27+64=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 27 (10.94% from 255 or 27.84% from 97); Blue value is 64 (25.39% from 255 or 65.98% from 97); Max value from RGB is 64 - color contains mainly: blue. Hex color #061B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061B40 is #F9E4BF. Grayscale: #181818. Windows color (decimal): -16377024 or 4201222. OLE color: 4201222.

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

Color convert

RGB62764-
CMYK0.910.5800.75
HSL218.28º82.86%13.73%-
HSV(B)218.28º90.62%25.1%-
XYZ1.391.195.01-
YUV24.94150.04114.49-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.19%
GREEN value IS 27 (10.94% from 255) = 27.84%
BLUE value IS 64 (25.39% from 255) = 65.98%
R=6.19%
G=27.84%
B=65.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal627640.910.5800.75218.2882.8613.73
Hex61B405B3A04Bda53e
Octal63310013372011333212316
Binary1101101110000001011011111010010010111101101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061B40; }

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

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

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

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

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

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

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

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