Html Css Color HEX #131A72 Midnight Blue

📋 copy color: '#131A72'

red 19 ◦ green 26 ◦ blue 114

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

Shades of Midnight Blue #131A72

Tints of Midnight Blue #131A72

RGB

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

 GREEN value IS 26 (10.55% from 255) = 16.35%

 BLUE value IS 114 (44.92% from 255) = 71.7%

R = 11.95%
G = 16.35%
B = 71.7%

CMYK

 C value IS 0.83

 M value IS 0.77

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#131A72 (or 0x131A72) is known color: Midnight Blue. HEX triplet: 13, 1A and 72. RGB value is (19,26,114). Sum of RGB (Red+Green+Blue) = 19+26+114=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 114 (44.92% from 255 or 71.70% from 159); Max value from RGB is 114 - color contains mainly: blue. Hex color #131A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A72 is #ECE58D. Grayscale: #212121. Windows color (decimal): -15525262 or 7477779. OLE color: 7477779.

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

Color convert

RGB 19 26 114 -
CMYK 0.83 0.77 0 0.55
HSL 235.58º 0.71% 0.26% -
HSV(B) 235.58º 0.83% 0.45% -
XYZ 3.68 2.09 16.13 -
YUV 33.94 173.18 117.34 -
System Red Green Blue C M Y K H S L
Decimal 19 26 114 0.83 0.77 0 0.55 235.58 0.71 0.26
Hex 13 1A 72 53 4D 0 37 EC 47 1A
Octal 23 32 162 123 115 0 67 354 107 32
Binary 10011 11010 1110010 1010011 1001101 0 110111 11101100 1000111 11010

Color Harmonies of #131A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131A72

Black with #131A72

Text Example


Text Example

White with #131A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,26,114); }

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

background-color css

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

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

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

border-color css

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

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

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