#161E7C

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

Shades of Midnight Blue #161E7C

Tints of Midnight Blue #161E7C

Color information

#161E7C (or 0x161E7C) is unknown color: approx Midnight Blue. HEX triplet: 16, 1E and 7C. RGB value is (22,30,124). Sum of RGB (Red+Green+Blue) = 22+30+124=176 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.5% from 176); Green value is 30 (12.11% from 255 or 17.05% from 176); Blue value is 124 (48.83% from 255 or 70.45% from 176); Max value from RGB is 124 - color contains mainly: blue. Hex color #161E7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161E7C is #E9E183. Grayscale: #252525. Windows color (decimal): -15327620 or 8134166. OLE color: 8134166.

HSL color Cylindrical-coordinate representation of color #161E7C: hue angle of 235.29º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #161E7C is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2230124-
CMYK0.820.7600.51
HSL235.29º69.86%28.63%-
HSV(B)235.29º82.26%48.63%-
XYZ4.432.5519.33-
YUV38.32176.35116.36-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.5%
GREEN value IS 30 (12.11% from 255) = 17.05%
BLUE value IS 124 (48.83% from 255) = 70.45%
R=12.5%
G=17.05%
B=70.45%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal22301240.820.7600.51235.2969.8628.63
Hex161E7C524C033eb461d
Octal263617412211406335310635
Binary1011011110111110010100101001100011001111101011100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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