Html Css Color HEX #131661 Midnight Blue

📋 copy color: '#131661'

red 19 ◦ green 22 ◦ blue 97

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

Shades of Midnight Blue #131661

Tints of Midnight Blue #131661

RGB

 RED value IS 19 (7.81% from 255) = 13.77%

 GREEN value IS 22 (8.98% from 255) = 15.94%

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

R = 13.77%
G = 15.94%
B = 70.29%

CMYK

 C value IS 0.80

 M value IS 0.77

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#131661 (or 0x131661) is known color: Midnight Blue. HEX triplet: 13, 16 and 61. RGB value is (19,22,97). Sum of RGB (Red+Green+Blue) = 19+22+97=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 97 (38.28% from 255 or 70.29% from 138); Max value from RGB is 97 - color contains mainly: blue. Hex color #131661 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131661 is #ECE99E. Grayscale: #1D1D1D. Windows color (decimal): -15526303 or 6362643. OLE color: 6362643.

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

Color convert

RGB 19 22 97 -
CMYK 0.80 0.77 0 0.62
HSL 237.69º 0.67% 0.23% -
HSV(B) 237.69º 0.8% 0.38% -
XYZ 2.71 1.58 11.47 -
YUV 29.65 166.01 120.4 -
System Red Green Blue C M Y K H S L
Decimal 19 22 97 0.80 0.77 0 0.62 237.69 0.67 0.23
Hex 13 16 61 50 4D 0 3E EE 43 17
Octal 23 26 141 120 115 0 76 356 103 27
Binary 10011 10110 1100001 1010000 1001101 0 111110 11101110 1000011 10111

Color Harmonies of #131661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131661

Black with #131661

Text Example


Text Example

White with #131661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131661; }

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

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

background-color css

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

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

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

border-color css

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

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

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