#061132

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

Shades of Midnight Express #061132

Tints of Midnight Express #061132

Color information

#061132 (or 0x061132) is unknown color: approx Midnight Express. HEX triplet: 06, 11 and 32. RGB value is (6,17,50). Sum of RGB (Red+Green+Blue) = 6+17+50=73 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8.22% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 50 (19.92% from 255 or 68.49% from 73); Max value from RGB is 50 - color contains mainly: blue. Hex color #061132 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061132 is #F9EECD. Grayscale: #111111. Windows color (decimal): -16379598 or 3281158. OLE color: 3281158.

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

Color convert

RGB61750-
CMYK0.880.6600.80
HSL225º78.57%10.98%-
HSV(B)225º88%19.61%-
XYZ0.850.673.1-
YUV17.47146.36119.82-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8.22%
GREEN value IS 17 (7.03% from 255) = 23.29%
BLUE value IS 50 (19.92% from 255) = 68.49%
R=8.22%
G=23.29%
B=68.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal617500.880.6600.8022578.5710.98
Hex611325842050e14fb
Octal62162130102012034111713
Binary1101000111001010110001000010010100001110000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061132; }

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

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

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

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

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

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

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

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