Html Css Color HEX #131A56 Midnight Blue

📋 copy color: '#131A56'

red 19 ◦ green 26 ◦ blue 86

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

Shades of Midnight Blue #131A56

Tints of Midnight Blue #131A56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 65.65%

R = 14.5%
G = 19.85%
B = 65.65%

CMYK

 C value IS 0.78

 M value IS 0.70

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#131A56 (or 0x131A56) is known color: Midnight Blue. HEX triplet: 13, 1A and 56. RGB value is (19,26,86). Sum of RGB (Red+Green+Blue) = 19+26+86=131 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.50% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 86 (33.98% from 255 or 65.65% from 131); Max value from RGB is 86 - color contains mainly: blue. Hex color #131A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A56 is #ECE5A9. Grayscale: #1E1E1E. Windows color (decimal): -15525290 or 5642771. OLE color: 5642771.

HSL color Cylindrical-coordinate representation of color #131A56: hue angle of 233.73º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #131A56 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 26 86 -
CMYK 0.78 0.70 0 0.66
HSL 233.73º 0.64% 0.21% -
HSV(B) 233.73º 0.78% 0.34% -
XYZ 2.32 1.55 8.98 -
YUV 30.75 159.18 119.62 -
System Red Green Blue C M Y K H S L
Decimal 19 26 86 0.78 0.70 0 0.66 233.73 0.64 0.21
Hex 13 1A 56 4E 46 0 42 EA 40 15
Octal 23 32 126 116 106 0 102 352 100 25
Binary 10011 11010 1010110 1001110 1000110 0 1000010 11101010 1000000 10101

Color Harmonies of #131A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131A56

Black with #131A56

Text Example


Text Example

White with #131A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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