#131A6C

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

Shades of Midnight Blue #131A6C

Tints of Midnight Blue #131A6C

Color information

#131A6C (or 0x131A6C) is unknown color: approx Midnight Blue. HEX triplet: 13, 1A and 6C. RGB value is (19,26,108). Sum of RGB (Red+Green+Blue) = 19+26+108=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 108 (42.58% from 255 or 70.59% from 153); Max value from RGB is 108 - color contains mainly: blue. Hex color #131A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A6C is #ECE593. Grayscale: #202020. Windows color (decimal): -15525268 or 7084563. OLE color: 7084563.

HSL color Cylindrical-coordinate representation of color #131A6C: hue angle of 235.28º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #131A6C is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1926108-
CMYK0.820.7600.58
HSL235.28º70.08%24.9%-
HSV(B)235.28º82.41%42.35%-
XYZ3.341.9614.39-
YUV33.25170.18117.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.42%
GREEN value IS 26 (10.55% from 255) = 16.99%
BLUE value IS 108 (42.58% from 255) = 70.59%
R=12.42%
G=16.99%
B=70.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19261080.820.7600.58235.2870.0824.9
Hex131A6C524C03Aeb4619
Octal233215412211407235310631
Binary1001111010110110010100101001100011101011101011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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