#131C61

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

Shades of Midnight Blue #131C61

Tints of Midnight Blue #131C61

Color information

#131C61 (or 0x131C61) is unknown color: approx Midnight Blue. HEX triplet: 13, 1C and 61. RGB value is (19,28,97). Sum of RGB (Red+Green+Blue) = 19+28+97=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 28 (11.33% from 255 or 19.44% from 144); Blue value is 97 (38.28% from 255 or 67.36% from 144); Max value from RGB is 97 - color contains mainly: blue. Hex color #131C61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C61 is #ECE39E. Grayscale: #202020. Windows color (decimal): -15524767 or 6364179. OLE color: 6364179.

HSL color Cylindrical-coordinate representation of color #131C61: hue angle of 233.08º 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 #131C61 is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB192897-
CMYK0.800.7100.62
HSL233.08º67.24%22.75%-
HSV(B)233.08º80.41%38.04%-
XYZ2.841.8311.51-
YUV33.17164.02117.89-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.19%
GREEN value IS 28 (11.33% from 255) = 19.44%
BLUE value IS 97 (38.28% from 255) = 67.36%
R=13.19%
G=19.44%
B=67.36%

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
Decimal1928970.800.7100.62233.0867.2422.75
Hex131C61504703Ee94317
Octal233414112010707635110327
Binary1001111100110000110100001000111011111011101001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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