#160969

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

Shades of Midnight Blue #160969

Tints of Midnight Blue #160969

Color information

#160969 (or 0x160969) is unknown color: approx Midnight Blue. HEX triplet: 16, 09 and 69. RGB value is (22,9,105). Sum of RGB (Red+Green+Blue) = 22+9+105=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 9 (3.91% from 255 or 6.62% from 136); Blue value is 105 (41.41% from 255 or 77.21% from 136); Max value from RGB is 105 - color contains mainly: blue. Hex color #160969 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160969 is #E9F696. Grayscale: #171717. Windows color (decimal): -15333015 or 6883606. OLE color: 6883606.

HSL color Cylindrical-coordinate representation of color #160969: hue angle of 248.12º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #160969 is Cyan = 0.79, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB229105-
CMYK0.790.9100.59
HSL248.12º84.21%22.35%-
HSV(B)248.12º91.43%41.18%-
XYZ2.981.3913.48-
YUV23.83173.81126.69-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.18%
GREEN value IS 9 (3.91% from 255) = 6.62%
BLUE value IS 105 (41.41% from 255) = 77.21%
R=16.18%
G=6.62%
B=77.21%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2291050.790.9100.59248.1284.2122.35
Hex169694F5B03Bf85416
Octal261115111713307337012426
Binary101101001110100110011111011011011101111111000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160969; }

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

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

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

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

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

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

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

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