#160955

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

Shades of Midnight Blue #160955

Tints of Midnight Blue #160955

Color information

#160955 (or 0x160955) is unknown color: approx Midnight Blue. HEX triplet: 16, 09 and 55. RGB value is (22,9,85). Sum of RGB (Red+Green+Blue) = 22+9+85=116 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.97% from 116); Green value is 9 (3.91% from 255 or 7.76% from 116); Blue value is 85 (33.59% from 255 or 73.28% from 116); Max value from RGB is 85 - color contains mainly: blue. Hex color #160955 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160955 is #E9F6AA. Grayscale: #151515. Windows color (decimal): -15333035 or 5572886. OLE color: 5572886.

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

Color convert

RGB22985-
CMYK0.740.8900.67
HSL250.26º80.85%18.43%-
HSV(B)250.26º89.41%33.33%-
XYZ2.071.028.68-
YUV21.55163.81128.32-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.97%
GREEN value IS 9 (3.91% from 255) = 7.76%
BLUE value IS 85 (33.59% from 255) = 73.28%
R=18.97%
G=7.76%
B=73.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal229850.740.8900.67250.2680.8518.43
Hex169554A59043fa5112
Octal2611125112131010337212122
Binary1011010011010101100101010110010100001111111010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160955; }

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

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

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

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

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

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

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

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