#161D60

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

Shades of Midnight Blue #161D60

Tints of Midnight Blue #161D60

Color information

#161D60 (or 0x161D60) is unknown color: approx Midnight Blue. HEX triplet: 16, 1D and 60. RGB value is (22,29,96). Sum of RGB (Red+Green+Blue) = 22+29+96=147 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.97% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #161D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161D60 is #E9E29F. Grayscale: #222222. Windows color (decimal): -15327904 or 6298902. OLE color: 6298902.

HSL color Cylindrical-coordinate representation of color #161D60: hue angle of 234.32º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #161D60 is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB222996-
CMYK0.770.7000.62
HSL234.32º62.71%23.14%-
HSV(B)234.32º77.08%37.65%-
XYZ2.881.8911.28-
YUV34.54162.68119.05-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.97%
GREEN value IS 29 (11.72% from 255) = 19.73%
BLUE value IS 96 (37.89% from 255) = 65.31%
R=14.97%
G=19.73%
B=65.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2229960.770.7000.62234.3262.7123.14
Hex161D604D4603Eea3f17
Octal26351401151060763527727
Binary101101110111000001001101100011001111101110101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161D60; }

 p { color: rgb(22,29,96); }

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

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

 a { background-color: rgb(22,29,96); }

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

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

 span { border-color: rgb(22,29,96); }

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