#160770

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

Shades of Midnight Blue #160770

Tints of Midnight Blue #160770

Color information

#160770 (or 0x160770) is unknown color: approx Midnight Blue. HEX triplet: 16, 07 and 70. RGB value is (22,7,112). Sum of RGB (Red+Green+Blue) = 22+7+112=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 7 (3.12% from 255 or 4.96% from 141); Blue value is 112 (44.14% from 255 or 79.43% from 141); Max value from RGB is 112 - color contains mainly: blue. Hex color #160770 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160770 is #E9F88F. Grayscale: #171717. Windows color (decimal): -15333520 or 7341846. OLE color: 7341846.

HSL color Cylindrical-coordinate representation of color #160770: hue angle of 248.57º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #160770 is Cyan = 0.80, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB227112-
CMYK0.800.9400.56
HSL248.57º88.24%23.33%-
HSV(B)248.57º93.75%43.92%-
XYZ3.331.4915.44-
YUV23.46177.97126.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.60%
GREEN value IS 7 (3.12% from 255) = 4.96%
BLUE value IS 112 (44.14% from 255) = 79.43%
R=15.60%
G=4.96%
B=79.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2271120.800.9400.56248.5788.2423.33
Hex16770505E038f95817
Octal26716012013607037113027
Binary10110111111000010100001011110011100011111001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160770; }

 p { color: rgb(22,7,112); }

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

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

 a { background-color: rgb(22,7,112); }

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

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

 span { border-color: rgb(22,7,112); }

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