#061A47

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

Shades of Midnight Express #061A47

Tints of Midnight Express #061A47

Color information

#061A47 (or 0x061A47) is unknown color: approx Midnight Express. HEX triplet: 06, 1A and 47. RGB value is (6,26,71). Sum of RGB (Red+Green+Blue) = 6+26+71=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 26 (10.55% from 255 or 25.24% from 103); Blue value is 71 (28.12% from 255 or 68.93% from 103); Max value from RGB is 71 - color contains mainly: blue. Hex color #061A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061A47 is #F9E5B8. Grayscale: #181818. Windows color (decimal): -16377273 or 4659718. OLE color: 4659718.

HSL color Cylindrical-coordinate representation of color #061A47: hue angle of 221.54º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #061A47 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB62671-
CMYK0.920.6300.72
HSL221.54º84.42%15.1%-
HSV(B)221.54º91.55%27.84%-
XYZ1.581.236.12-
YUV25.15153.87114.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.83%
GREEN value IS 26 (10.55% from 255) = 25.24%
BLUE value IS 71 (28.12% from 255) = 68.93%
R=5.83%
G=25.24%
B=68.93%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal626710.920.6300.72221.5484.4215.1
Hex61A475C3F048de54f
Octal63210713477011033612417
Binary1101101010001111011100111111010010001101111010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,26,71); }

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

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

 a { background-color: rgb(6,26,71); }

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

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

 span { border-color: rgb(6,26,71); }

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