#160672

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

Shades of Midnight Blue #160672

Tints of Midnight Blue #160672

Color information

#160672 (or 0x160672) is unknown color: approx Midnight Blue. HEX triplet: 16, 06 and 72. RGB value is (22,6,114). Sum of RGB (Red+Green+Blue) = 22+6+114=142 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.49% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 114 (44.92% from 255 or 80.28% from 142); Max value from RGB is 114 - color contains mainly: blue. Hex color #160672 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160672 is #E9F98D. Grayscale: #161616. Windows color (decimal): -15333774 or 7472662. OLE color: 7472662.

HSL color Cylindrical-coordinate representation of color #160672: hue angle of 248.89º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #160672 is Cyan = 0.81, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB226114-
CMYK0.810.9500.55
HSL248.89º90%23.53%-
HSV(B)248.89º94.74%44.71%-
XYZ3.431.5216.03-
YUV23.1179.3127.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.49%
GREEN value IS 6 (2.73% from 255) = 4.23%
BLUE value IS 114 (44.92% from 255) = 80.28%
R=15.49%
G=4.23%
B=80.28%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2261140.810.9500.55248.899023.53
Hex16672515F037f95a18
Octal26616212113706737113230
Binary10110110111001010100011011111011011111111001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160672; }

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

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

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

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

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

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

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

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