#131A6E

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

Shades of Midnight Blue #131A6E

Tints of Midnight Blue #131A6E

Color information

#131A6E (or 0x131A6E) is unknown color: approx Midnight Blue. HEX triplet: 13, 1A and 6E. RGB value is (19,26,110). Sum of RGB (Red+Green+Blue) = 19+26+110=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 26 (10.55% from 255 or 16.77% from 155); Blue value is 110 (43.36% from 255 or 70.97% from 155); Max value from RGB is 110 - color contains mainly: blue. Hex color #131A6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A6E is #ECE591. Grayscale: #212121. Windows color (decimal): -15525266 or 7215635. OLE color: 7215635.

HSL color Cylindrical-coordinate representation of color #131A6E: hue angle of 235.38º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #131A6E is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1926110-
CMYK0.830.7600.57
HSL235.38º70.54%25.29%-
HSV(B)235.38º82.73%43.14%-
XYZ3.45214.96-
YUV33.48171.18117.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.26%
GREEN value IS 26 (10.55% from 255) = 16.77%
BLUE value IS 110 (43.36% from 255) = 70.97%
R=12.26%
G=16.77%
B=70.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19261100.830.7600.57235.3870.5425.29
Hex131A6E534C039eb4719
Octal233215612311407135310731
Binary1001111010110111010100111001100011100111101011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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