#131D66

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

Shades of Midnight Blue #131D66

Tints of Midnight Blue #131D66

Color information

#131D66 (or 0x131D66) is unknown color: approx Midnight Blue. HEX triplet: 13, 1D and 66. RGB value is (19,29,102). Sum of RGB (Red+Green+Blue) = 19+29+102=150 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.67% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 102 (40.23% from 255 or 68% from 150); Max value from RGB is 102 - color contains mainly: blue. Hex color #131D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131D66 is #ECE299. Grayscale: #222222. Windows color (decimal): -15524506 or 6692115. OLE color: 6692115.

HSL color Cylindrical-coordinate representation of color #131D66: hue angle of 232.77º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #131D66 is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1929102-
CMYK0.810.7200.6
HSL232.77º68.6%23.73%-
HSV(B)232.77º81.37%40%-
XYZ3.111.9812.79-
YUV34.33166.19117.06-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.67%
GREEN value IS 29 (11.72% from 255) = 19.33%
BLUE value IS 102 (40.23% from 255) = 68%
R=12.67%
G=19.33%
B=68%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19291020.810.7200.6232.7768.623.73
Hex131D66514803Ce94518
Octal233514612111007435110530
Binary1001111101110011010100011001000011110011101001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,29,102); }

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

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

 a { background-color: rgb(19,29,102); }

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

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

 span { border-color: rgb(19,29,102); }

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