Html Css Color HEX #131371 Midnight Blue

📋 copy color: '#131371'

red 19 ◦ green 19 ◦ blue 113

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

Shades of Midnight Blue #131371

Tints of Midnight Blue #131371

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.58%

 BLUE value IS 113 (44.53% from 255) = 74.83%

R = 12.58%
G = 12.58%
B = 74.83%

CMYK

 C value IS 0.83

 M value IS 0.83

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#131371 (or 0x131371) is known color: Midnight Blue. HEX triplet: 13, 13 and 71. RGB value is (19,19,113). Sum of RGB (Red+Green+Blue) = 19+19+113=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 19 (7.81% from 255 or 12.58% from 151); Blue value is 113 (44.53% from 255 or 74.83% from 151); Max value from RGB is 113 - color contains mainly: blue. Hex color #131371 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131371 is #ECEC8E. Grayscale: #1D1D1D. Windows color (decimal): -15527055 or 7410451. OLE color: 7410451.

HSL color Cylindrical-coordinate representation of color #131371: hue angle of 240º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #131371 is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 19 113 -
CMYK 0.83 0.83 0 0.56
HSL 240º 0.71% 0.26% -
HSV(B) 240º 0.83% 0.44% -
XYZ 3.48 1.8 15.79 -
YUV 29.72 175 120.36 -
System Red Green Blue C M Y K H S L
Decimal 19 19 113 0.83 0.83 0 0.56 240 0.71 0.26
Hex 13 13 71 53 53 0 38 F0 47 1A
Octal 23 23 161 123 123 0 70 360 107 32
Binary 10011 10011 1110001 1010011 1010011 0 111000 11110000 1000111 11010

Color Harmonies of #131371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131371

Black with #131371

Text Example


Text Example

White with #131371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131371; }

 p { color: rgb(19,19,113); }

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

background-color css

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

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

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

border-color css

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

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

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