Html Css Color HEX #131B71 Midnight Blue

📋 copy color: '#131B71'

red 19 ◦ green 27 ◦ blue 113

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

Shades of Midnight Blue #131B71

Tints of Midnight Blue #131B71

RGB

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

 GREEN value IS 27 (10.94% from 255) = 16.98%

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

R = 11.95%
G = 16.98%
B = 71.07%

CMYK

 C value IS 0.83

 M value IS 0.76

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#131B71 (or 0x131B71) is known color: Midnight Blue. HEX triplet: 13, 1B and 71. RGB value is (19,27,113). Sum of RGB (Red+Green+Blue) = 19+27+113=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 27 (10.94% from 255 or 16.98% from 159); Blue value is 113 (44.53% from 255 or 71.07% from 159); Max value from RGB is 113 - color contains mainly: blue. Hex color #131B71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131B71 is #ECE48E. Grayscale: #222222. Windows color (decimal): -15525007 or 7412499. OLE color: 7412499.

HSL color Cylindrical-coordinate representation of color #131B71: hue angle of 234.89º 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 #131B71 is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 27 113 -
CMYK 0.83 0.76 0 0.56
HSL 234.89º 0.71% 0.26% -
HSV(B) 234.89º 0.83% 0.44% -
XYZ 3.64 2.11 15.84 -
YUV 34.41 172.35 117.01 -
System Red Green Blue C M Y K H S L
Decimal 19 27 113 0.83 0.76 0 0.56 234.89 0.71 0.26
Hex 13 1B 71 53 4C 0 38 EB 47 1A
Octal 23 33 161 123 114 0 70 353 107 32
Binary 10011 11011 1110001 1010011 1001100 0 111000 11101011 1000111 11010

Color Harmonies of #131B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131B71

Black with #131B71

Text Example


Text Example

White with #131B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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