#160655

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

Shades of Midnight Blue #160655

Tints of Midnight Blue #160655

Color information

#160655 (or 0x160655) is unknown color: approx Midnight Blue. HEX triplet: 16, 06 and 55. RGB value is (22,6,85). Sum of RGB (Red+Green+Blue) = 22+6+85=113 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.47% from 113); Green value is 6 (2.73% from 255 or 5.31% from 113); Blue value is 85 (33.59% from 255 or 75.22% from 113); Max value from RGB is 85 - color contains mainly: blue. Hex color #160655 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160655 is #E9F9AA. Grayscale: #131313. Windows color (decimal): -15333803 or 5572118. OLE color: 5572118.

HSL color Cylindrical-coordinate representation of color #160655: hue angle of 252.15º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #160655 is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB22685-
CMYK0.740.9300.67
HSL252.15º86.81%17.84%-
HSV(B)252.15º92.94%33.33%-
XYZ2.040.968.67-
YUV19.79164.8129.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 19.47%
GREEN value IS 6 (2.73% from 255) = 5.31%
BLUE value IS 85 (33.59% from 255) = 75.22%
R=19.47%
G=5.31%
B=75.22%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal226850.740.9300.67252.1586.8117.84
Hex166554A5D043fc5712
Octal266125112135010337412722
Binary101101101010101100101010111010100001111111100101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160655; }

 p { color: rgb(22,6,85); }

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

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

 a { background-color: rgb(22,6,85); }

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

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

 span { border-color: rgb(22,6,85); }

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