#161E76

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

Shades of Midnight Blue #161E76

Tints of Midnight Blue #161E76

Color information

#161E76 (or 0x161E76) is unknown color: approx Midnight Blue. HEX triplet: 16, 1E and 76. RGB value is (22,30,118). Sum of RGB (Red+Green+Blue) = 22+30+118=170 (22% of max value = 765). Red value is 22 (8.98% from 255 or 12.94% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 118 (46.48% from 255 or 69.41% from 170); Max value from RGB is 118 - color contains mainly: blue. Hex color #161E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161E76 is #E9E189. Grayscale: #252525. Windows color (decimal): -15327626 or 7740950. OLE color: 7740950.

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

Color convert

RGB2230118-
CMYK0.810.7500.54
HSL235º68.57%27.45%-
HSV(B)235º81.36%46.27%-
XYZ4.072.4117.39-
YUV37.64173.35116.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.94%
GREEN value IS 30 (12.11% from 255) = 17.65%
BLUE value IS 118 (46.48% from 255) = 69.41%
R=12.94%
G=17.65%
B=69.41%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22301180.810.7500.5423568.5727.45
Hex161E76514B036eb451b
Octal263616612111306635310533
Binary1011011110111011010100011001011011011011101011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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