#161475

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

Shades of Midnight Blue #161475

Tints of Midnight Blue #161475

Color information

#161475 (or 0x161475) is unknown color: approx Midnight Blue. HEX triplet: 16, 14 and 75. RGB value is (22,20,117). Sum of RGB (Red+Green+Blue) = 22+20+117=159 (21% of max value = 765). Red value is 22 (8.98% from 255 or 13.84% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 117 (46.09% from 255 or 73.58% from 159); Max value from RGB is 117 - color contains mainly: blue. Hex color #161475 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161475 is #E9EB8A. Grayscale: #1F1F1F. Windows color (decimal): -15330187 or 7672854. OLE color: 7672854.

HSL color Cylindrical-coordinate representation of color #161475: hue angle of 241.24º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #161475 is Cyan = 0.81, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2220117-
CMYK0.810.8300.54
HSL241.24º70.8%26.86%-
HSV(B)241.24º82.91%45.88%-
XYZ3.791.9617.01-
YUV31.66176.16121.11-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.84%
GREEN value IS 20 (8.20% from 255) = 12.58%
BLUE value IS 117 (46.09% from 255) = 73.58%
R=13.84%
G=12.58%
B=73.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22201170.810.8300.54241.2470.826.86
Hex1614755153036f1471b
Octal262416512112306636110733
Binary1011010100111010110100011010011011011011110001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161475; }

 p { color: rgb(22,20,117); }

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

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

 a { background-color: rgb(22,20,117); }

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

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

 span { border-color: rgb(22,20,117); }

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