#131A62

Color #131A62 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #131A62

Tints of Midnight Blue #131A62

Color information

#131A62 (or 0x131A62) is unknown color: approx Midnight Blue. HEX triplet: 13, 1A and 62. RGB value is (19,26,98). Sum of RGB (Red+Green+Blue) = 19+26+98=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 26 (10.55% from 255 or 18.18% from 143); Blue value is 98 (38.67% from 255 or 68.53% from 143); Max value from RGB is 98 - color contains mainly: blue. Hex color #131A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A62 is #ECE59D. Grayscale: #1F1F1F. Windows color (decimal): -15525278 or 6429203. OLE color: 6429203.

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

Color convert

RGB192698-
CMYK0.810.7300.62
HSL234.68º67.52%22.94%-
HSV(B)234.68º80.61%38.43%-
XYZ2.841.7611.74-
YUV32.11165.18118.65-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.29%
GREEN value IS 26 (10.55% from 255) = 18.18%
BLUE value IS 98 (38.67% from 255) = 68.53%
R=13.29%
G=18.18%
B=68.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1926980.810.7300.62234.6867.5222.94
Hex131A62514903Eeb4417
Octal233214212111107635310427
Binary1001111010110001010100011001001011111011101011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #131A62;
 }
 .AnyTagClassName
 {
   color: #131A62;
 }
</style>
background-color css

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

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

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

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

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

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