#061532

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

Shades of Midnight Express #061532

Tints of Midnight Express #061532

Color information

#061532 (or 0x061532) is unknown color: approx Midnight Express. HEX triplet: 06, 15 and 32. RGB value is (6,21,50). Sum of RGB (Red+Green+Blue) = 6+21+50=77 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.79% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 50 (19.92% from 255 or 64.94% from 77); Max value from RGB is 50 - color contains mainly: blue. Hex color #061532 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061532 is #F9EACD. Grayscale: #131313. Windows color (decimal): -16378574 or 3282182. OLE color: 3282182.

HSL color Cylindrical-coordinate representation of color #061532: hue angle of 219.55º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #061532 is Cyan = 0.88, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB62150-
CMYK0.880.5800.80
HSL219.55º78.57%10.98%-
HSV(B)219.55º88%19.61%-
XYZ0.920.813.12-
YUV19.82145.03118.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.79%
GREEN value IS 21 (8.59% from 255) = 27.27%
BLUE value IS 50 (19.92% from 255) = 64.94%
R=7.79%
G=27.27%
B=64.94%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal621500.880.5800.80219.5578.5710.98
Hex61532583A050dc4fb
Octal6256213072012033411713
Binary110101011100101011000111010010100001101110010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061532; }

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

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

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

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

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

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

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

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