#061946

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

Shades of Midnight Express #061946

Tints of Midnight Express #061946

Color information

#061946 (or 0x061946) is unknown color: approx Midnight Express. HEX triplet: 06, 19 and 46. RGB value is (6,25,70). Sum of RGB (Red+Green+Blue) = 6+25+70=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 70 (27.73% from 255 or 69.31% from 101); Max value from RGB is 70 - color contains mainly: blue. Hex color #061946 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061946 is #F9E6B9. Grayscale: #181818. Windows color (decimal): -16377530 or 4593926. OLE color: 4593926.

HSL color Cylindrical-coordinate representation of color #061946: hue angle of 222.19º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #061946 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB62570-
CMYK0.910.6400.73
HSL222.19º84.21%14.9%-
HSV(B)222.19º91.43%27.45%-
XYZ1.531.185.94-
YUV24.45153.71114.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.94%
GREEN value IS 25 (10.16% from 255) = 24.75%
BLUE value IS 70 (27.73% from 255) = 69.31%
R=5.94%
G=24.75%
B=69.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal625700.910.6400.73222.1984.2114.9
Hex619465B40049de54f
Octal631106133100011133612417
Binary11011001100011010110111000000010010011101111010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061946; }

 p { color: rgb(6,25,70); }

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

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

 a { background-color: rgb(6,25,70); }

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

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

 span { border-color: rgb(6,25,70); }

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