Html Css Color HEX #161261 Midnight Blue

📋 copy color: '#161261'

red 22 ◦ green 18 ◦ blue 97

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

Shades of Midnight Blue #161261

Tints of Midnight Blue #161261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.14%

 BLUE value IS 97 (38.28% from 255) = 70.8%

R = 16.06%
G = 13.14%
B = 70.8%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#161261 (or 0x161261) is known color: Midnight Blue. HEX triplet: 16, 12 and 61. RGB value is (22,18,97). Sum of RGB (Red+Green+Blue) = 22+18+97=137 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.06% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 97 (38.28% from 255 or 70.80% from 137); Max value from RGB is 97 - color contains mainly: blue. Hex color #161261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161261 is #E9ED9E. Grayscale: #1B1B1B. Windows color (decimal): -15330719 or 6361622. OLE color: 6361622.

HSL color Cylindrical-coordinate representation of color #161261: hue angle of 243.04º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #161261 is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 22 18 97 -
CMYK 0.77 0.81 0 0.62
HSL 243.04º 0.69% 0.23% -
HSV(B) 243.04º 0.81% 0.38% -
XYZ 2.7 1.47 11.45 -
YUV 28.2 166.83 123.58 -
System Red Green Blue C M Y K H S L
Decimal 22 18 97 0.77 0.81 0 0.62 243.04 0.69 0.23
Hex 16 12 61 4D 51 0 3E F3 45 17
Octal 26 22 141 115 121 0 76 363 105 27
Binary 10110 10010 1100001 1001101 1010001 0 111110 11110011 1000101 10111

Color Harmonies of #161261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161261

Black with #161261

Text Example


Text Example

White with #161261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161261; }

 p { color: rgb(22,18,97); }

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

background-color css

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

 a { background-color: rgb(22,18,97); }

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

border-color css

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

 span { border-color: rgb(22,18,97); }

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