#061342

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

Shades of Midnight Express #061342

Tints of Midnight Express #061342

Color information

#061342 (or 0x061342) is unknown color: approx Midnight Express. HEX triplet: 06, 13 and 42. RGB value is (6,19,66). Sum of RGB (Red+Green+Blue) = 6+19+66=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 66 (26.17% from 255 or 72.53% from 91); Max value from RGB is 66 - color contains mainly: blue. Hex color #061342 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061342 is #F9ECBD. Grayscale: #141414. Windows color (decimal): -16379070 or 4330246. OLE color: 4330246.

HSL color Cylindrical-coordinate representation of color #061342: hue angle of 227º 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 #061342 is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB61966-
CMYK0.910.7100.74
HSL227º83.33%14.12%-
HSV(B)227º90.91%25.88%-
XYZ1.290.95.26-
YUV20.47153.69117.68-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.59%
GREEN value IS 19 (7.81% from 255) = 20.88%
BLUE value IS 66 (26.17% from 255) = 72.53%
R=6.59%
G=20.88%
B=72.53%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal619660.910.7100.7422783.3314.12
Hex613425B4704Ae353e
Octal623102133107011234312316
Binary11010011100001010110111000111010010101110001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061342; }

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

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

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

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

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

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

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

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