#161E78

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

Shades of Midnight Blue #161E78

Tints of Midnight Blue #161E78

Color information

#161E78 (or 0x161E78) is unknown color: approx Midnight Blue. HEX triplet: 16, 1E and 78. RGB value is (22,30,120). Sum of RGB (Red+Green+Blue) = 22+30+120=172 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.79% from 172); Green value is 30 (12.11% from 255 or 17.44% from 172); Blue value is 120 (47.27% from 255 or 69.77% from 172); Max value from RGB is 120 - color contains mainly: blue. Hex color #161E78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161E78 is #E9E187. Grayscale: #252525. Windows color (decimal): -15327624 or 7872022. OLE color: 7872022.

HSL color Cylindrical-coordinate representation of color #161E78: hue angle of 235.1º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #161E78 is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2230120-
CMYK0.820.7500.53
HSL235.1º69.01%27.84%-
HSV(B)235.1º81.67%47.06%-
XYZ4.192.4618.02-
YUV37.87174.35116.68-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.79%
GREEN value IS 30 (12.11% from 255) = 17.44%
BLUE value IS 120 (47.27% from 255) = 69.77%
R=12.79%
G=17.44%
B=69.77%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22301200.820.7500.53235.169.0127.84
Hex161E78524B035eb451c
Octal263617012211306535310534
Binary1011011110111100010100101001011011010111101011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,30,120); }

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

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

 a { background-color: rgb(22,30,120); }

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

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

 span { border-color: rgb(22,30,120); }

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