#061D40

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

Shades of Midnight Express #061D40

Tints of Midnight Express #061D40

Color information

#061D40 (or 0x061D40) is unknown color: approx Midnight Express. HEX triplet: 06, 1D and 40. RGB value is (6,29,64). Sum of RGB (Red+Green+Blue) = 6+29+64=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 29 (11.72% from 255 or 29.29% from 99); Blue value is 64 (25.39% from 255 or 64.65% from 99); Max value from RGB is 64 - color contains mainly: blue. Hex color #061D40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061D40 is #F9E2BF. Grayscale: #191919. Windows color (decimal): -16376512 or 4201734. OLE color: 4201734.

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

Color convert

RGB62964-
CMYK0.910.5500.75
HSL216.21º82.86%13.73%-
HSV(B)216.21º90.62%25.1%-
XYZ1.441.295.02-
YUV26.11149.38113.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.06%
GREEN value IS 29 (11.72% from 255) = 29.29%
BLUE value IS 64 (25.39% from 255) = 64.65%
R=6.06%
G=29.29%
B=64.65%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal629640.910.5500.75216.2182.8613.73
Hex61D405B3704Bd853e
Octal63510013367011333012316
Binary1101110110000001011011110111010010111101100010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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