#131C60

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

Shades of Midnight Blue #131C60

Tints of Midnight Blue #131C60

Color information

#131C60 (or 0x131C60) is unknown color: approx Midnight Blue. HEX triplet: 13, 1C and 60. RGB value is (19,28,96). Sum of RGB (Red+Green+Blue) = 19+28+96=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 28 (11.33% from 255 or 19.58% from 143); Blue value is 96 (37.89% from 255 or 67.13% from 143); Max value from RGB is 96 - color contains mainly: blue. Hex color #131C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C60 is #ECE39F. Grayscale: #202020. Windows color (decimal): -15524768 or 6298643. OLE color: 6298643.

HSL color Cylindrical-coordinate representation of color #131C60: hue angle of 232.99º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #131C60 is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB192896-
CMYK0.800.7100.62
HSL232.99º66.96%22.55%-
HSV(B)232.99º80.21%37.65%-
XYZ2.81.8111.27-
YUV33.06163.52117.97-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.29%
GREEN value IS 28 (11.33% from 255) = 19.58%
BLUE value IS 96 (37.89% from 255) = 67.13%
R=13.29%
G=19.58%
B=67.13%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1928960.800.7100.62232.9966.9622.55
Hex131C60504703Ee94317
Octal233414012010707635110327
Binary1001111100110000010100001000111011111011101001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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