Html Css Color HEX #131A61 Midnight Blue

📋 copy color: '#131A61'

red 19 ◦ green 26 ◦ blue 97

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

Shades of Midnight Blue #131A61

Tints of Midnight Blue #131A61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 68.31%

R = 13.38%
G = 18.31%
B = 68.31%

CMYK

 C value IS 0.80

 M value IS 0.73

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#131A61 (or 0x131A61) is known color: Midnight Blue. HEX triplet: 13, 1A and 61. RGB value is (19,26,97). Sum of RGB (Red+Green+Blue) = 19+26+97=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 97 (38.28% from 255 or 68.31% from 142); Max value from RGB is 97 - color contains mainly: blue. Hex color #131A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A61 is #ECE59E. Grayscale: #1F1F1F. Windows color (decimal): -15525279 or 6363667. OLE color: 6363667.

HSL color Cylindrical-coordinate representation of color #131A61: hue angle of 234.62º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #131A61 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 26 97 -
CMYK 0.80 0.73 0 0.62
HSL 234.62º 0.67% 0.23% -
HSV(B) 234.62º 0.8% 0.38% -
XYZ 2.8 1.74 11.5 -
YUV 32 164.68 118.73 -
System Red Green Blue C M Y K H S L
Decimal 19 26 97 0.80 0.73 0 0.62 234.62 0.67 0.23
Hex 13 1A 61 50 49 0 3E EB 43 17
Octal 23 32 141 120 111 0 76 353 103 27
Binary 10011 11010 1100001 1010000 1001001 0 111110 11101011 1000011 10111

Color Harmonies of #131A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131A61

Black with #131A61

Text Example


Text Example

White with #131A61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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