Html Css Color HEX #131A82 Midnight Blue

📋 copy color: '#131A82'

red 19 ◦ green 26 ◦ blue 130

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

Shades of Midnight Blue #131A82

Tints of Midnight Blue #131A82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 74.29%

R = 10.86%
G = 14.86%
B = 74.29%

CMYK

 C value IS 0.85

 M value IS 0.8

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#131A82 (or 0x131A82) is known color: Midnight Blue. HEX triplet: 13, 1A and 82. RGB value is (19,26,130). Sum of RGB (Red+Green+Blue) = 19+26+130=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 130 (51.17% from 255 or 74.29% from 175); Max value from RGB is 130 - color contains mainly: blue. Hex color #131A82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131A82 is #ECE57D. Grayscale: #232323. Windows color (decimal): -15525246 or 8526355. OLE color: 8526355.

HSL color Cylindrical-coordinate representation of color #131A82: hue angle of 236.22º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #131A82 is Cyan = 0.85, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 26 130 -
CMYK 0.85 0.8 0 0.49
HSL 236.22º 0.74% 0.29% -
HSV(B) 236.22º 0.85% 0.51% -
XYZ 4.67 2.49 21.35 -
YUV 35.76 181.18 116.04 -
System Red Green Blue C M Y K H S L
Decimal 19 26 130 0.85 0.8 0 0.49 236.22 0.74 0.29
Hex 13 1A 82 55 50 0 31 EC 4A 1D
Octal 23 32 202 125 120 0 61 354 112 35
Binary 10011 11010 10000010 1010101 1010000 0 110001 11101100 1001010 11101

Color Harmonies of #131A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131A82

Black with #131A82

Text Example


Text Example

White with #131A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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