#131C63

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

Shades of Midnight Blue #131C63

Tints of Midnight Blue #131C63

Color information

#131C63 (or 0x131C63) is unknown color: approx Midnight Blue. HEX triplet: 13, 1C and 63. RGB value is (19,28,99). Sum of RGB (Red+Green+Blue) = 19+28+99=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 99 (39.06% from 255 or 67.81% from 146); Max value from RGB is 99 - color contains mainly: blue. Hex color #131C63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C63 is #ECE39C. Grayscale: #212121. Windows color (decimal): -15524765 or 6495251. OLE color: 6495251.

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

Color convert

RGB192899-
CMYK0.810.7200.61
HSL233.25º67.8%23.14%-
HSV(B)233.25º80.81%38.82%-
XYZ2.941.8712.01-
YUV33.4165.02117.73-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.01%
GREEN value IS 28 (11.33% from 255) = 19.18%
BLUE value IS 99 (39.06% from 255) = 67.81%
R=13.01%
G=19.18%
B=67.81%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1928990.810.7200.61233.2567.823.14
Hex131C63514803De94417
Octal233414312111007535110427
Binary1001111100110001110100011001000011110111101001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,28,99); }

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

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

 a { background-color: rgb(19,28,99); }

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

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

 span { border-color: rgb(19,28,99); }

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