#061542

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

Shades of Midnight Express #061542

Tints of Midnight Express #061542

Color information

#061542 (or 0x061542) is unknown color: approx Midnight Express. HEX triplet: 06, 15 and 42. RGB value is (6,21,66). Sum of RGB (Red+Green+Blue) = 6+21+66=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 66 (26.17% from 255 or 70.97% from 93); Max value from RGB is 66 - color contains mainly: blue. Hex color #061542 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061542 is #F9EABD. Grayscale: #151515. Windows color (decimal): -16378558 or 4330758. OLE color: 4330758.

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

Color convert

RGB62166-
CMYK0.910.6800.74
HSL225º83.33%14.12%-
HSV(B)225º90.91%25.88%-
XYZ1.330.975.27-
YUV21.64153.03116.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.45%
GREEN value IS 21 (8.59% from 255) = 22.58%
BLUE value IS 66 (26.17% from 255) = 70.97%
R=6.45%
G=22.58%
B=70.97%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal621660.910.6800.7422583.3314.12
Hex615425B4404Ae153e
Octal625102133104011234112316
Binary11010101100001010110111000100010010101110000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061542; }

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

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

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

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

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

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

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

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