Html Css Color HEX #131D82 Midnight Blue

📋 copy color: '#131D82'

red 19 ◦ green 29 ◦ blue 130

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

Shades of Midnight Blue #131D82

Tints of Midnight Blue #131D82

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.29%

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

R = 10.67%
G = 16.29%
B = 73.03%

CMYK

 C value IS 0.85

 M value IS 0.78

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#131D82 (or 0x131D82) is known color: Midnight Blue. HEX triplet: 13, 1D and 82. RGB value is (19,29,130). Sum of RGB (Red+Green+Blue) = 19+29+130=178 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.67% from 178); Green value is 29 (11.72% from 255 or 16.29% from 178); Blue value is 130 (51.17% from 255 or 73.03% from 178); Max value from RGB is 130 - color contains mainly: blue. Hex color #131D82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131D82 is #ECE27D. Grayscale: #252525. Windows color (decimal): -15524478 or 8527123. OLE color: 8527123.

HSL color Cylindrical-coordinate representation of color #131D82: hue angle of 234.59º 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 #131D82 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 29 130 -
CMYK 0.85 0.78 0 0.49
HSL 234.59º 0.74% 0.29% -
HSV(B) 234.59º 0.85% 0.51% -
XYZ 4.74 2.63 21.38 -
YUV 37.52 180.19 114.79 -
System Red Green Blue C M Y K H S L
Decimal 19 29 130 0.85 0.78 0 0.49 234.59 0.74 0.29
Hex 13 1D 82 55 4E 0 31 EB 4A 1D
Octal 23 35 202 125 116 0 61 353 112 35
Binary 10011 11101 10000010 1010101 1001110 0 110001 11101011 1001010 11101

Color Harmonies of #131D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131D82

Black with #131D82

Text Example


Text Example

White with #131D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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