Html Css Color HEX #131561 Midnight Blue

📋 copy color: '#131561'

red 19 ◦ green 21 ◦ blue 97

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

Shades of Midnight Blue #131561

Tints of Midnight Blue #131561

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.33%

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

R = 13.87%
G = 15.33%
B = 70.8%

CMYK

 C value IS 0.80

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#131561 (or 0x131561) is known color: Midnight Blue. HEX triplet: 13, 15 and 61. RGB value is (19,21,97). Sum of RGB (Red+Green+Blue) = 19+21+97=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 21 (8.59% from 255 or 15.33% 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 #131561 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131561 is #ECEA9E. Grayscale: #1C1C1C. Windows color (decimal): -15526559 or 6362387. OLE color: 6362387.

HSL color Cylindrical-coordinate representation of color #131561: hue angle of 238.46º 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 #131561 is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 21 97 -
CMYK 0.80 0.78 0 0.62
HSL 238.46º 0.67% 0.23% -
HSV(B) 238.46º 0.8% 0.38% -
XYZ 2.69 1.54 11.46 -
YUV 29.07 166.34 120.82 -
System Red Green Blue C M Y K H S L
Decimal 19 21 97 0.80 0.78 0 0.62 238.46 0.67 0.23
Hex 13 15 61 50 4E 0 3E EE 43 17
Octal 23 25 141 120 116 0 76 356 103 27
Binary 10011 10101 1100001 1010000 1001110 0 111110 11101110 1000011 10111

Color Harmonies of #131561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131561

Black with #131561

Text Example


Text Example

White with #131561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131561; }

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

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

background-color css

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

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

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

border-color css

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

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

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