#061942

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

Shades of Midnight Express #061942

Tints of Midnight Express #061942

Color information

#061942 (or 0x061942) is unknown color: approx Midnight Express. HEX triplet: 06, 19 and 42. RGB value is (6,25,66). Sum of RGB (Red+Green+Blue) = 6+25+66=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 66 (26.17% from 255 or 68.04% from 97); Max value from RGB is 66 - color contains mainly: blue. Hex color #061942 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061942 is #F9E6BD. Grayscale: #171717. Windows color (decimal): -16377534 or 4331782. OLE color: 4331782.

HSL color Cylindrical-coordinate representation of color #061942: hue angle of 221º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #061942 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB62566-
CMYK0.910.6200.74
HSL221º83.33%14.12%-
HSV(B)221º90.91%25.88%-
XYZ1.411.135.3-
YUV23.99151.71115.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.19%
GREEN value IS 25 (10.16% from 255) = 25.77%
BLUE value IS 66 (26.17% from 255) = 68.04%
R=6.19%
G=25.77%
B=68.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal625660.910.6200.7422183.3314.12
Hex619425B3E04Add53e
Octal63110213376011233512316
Binary1101100110000101011011111110010010101101110110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061942; }

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

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

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

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

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

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

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

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