Html Css Color HEX #161D84 Midnight Blue

📋 copy color: '#161D84'

red 22 ◦ green 29 ◦ blue 132

#161D84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #161D84

Tints of Midnight Blue #161D84

RGB

 RED value IS 22 (8.98% from 255) = 12.02%

 GREEN value IS 29 (11.72% from 255) = 15.85%

 BLUE value IS 132 (51.95% from 255) = 72.13%

R = 12.02%
G = 15.85%
B = 72.13%

CMYK

 C value IS 0.83

 M value IS 0.78

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#161D84 (or 0x161D84) is known color: Midnight Blue. HEX triplet: 16, 1D and 84. RGB value is (22,29,132). Sum of RGB (Red+Green+Blue) = 22+29+132=183 (24% of max value = 765). Red value is 22 (8.98% from 255 or 12.02% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 132 (51.95% from 255 or 72.13% from 183); Max value from RGB is 132 - color contains mainly: blue. Hex color #161D84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #161D84 is #E9E27B. Grayscale: #262626. Windows color (decimal): -15327868 or 8658198. OLE color: 8658198.

HSL color Cylindrical-coordinate representation of color #161D84: hue angle of 236.18º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #161D84 is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 22 29 132 -
CMYK 0.83 0.78 0 0.48
HSL 236.18º 0.71% 0.3% -
HSV(B) 236.18º 0.83% 0.52% -
XYZ 4.94 2.72 22.09 -
YUV 38.65 180.68 116.12 -
System Red Green Blue C M Y K H S L
Decimal 22 29 132 0.83 0.78 0 0.48 236.18 0.71 0.3
Hex 16 1D 84 53 4E 0 30 EC 47 1E
Octal 26 35 204 123 116 0 60 354 107 36
Binary 10110 11101 10000100 1010011 1001110 0 110000 11101100 1000111 11110

Color Harmonies of #161D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161D84

Black with #161D84

Text Example


Text Example

White with #161D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #161D84;
 }
 .AnyTagClassName
 {
   color: #161D84;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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