#131C62

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

Shades of Midnight Blue #131C62

Tints of Midnight Blue #131C62

Color information

#131C62 (or 0x131C62) is unknown color: approx Midnight Blue. HEX triplet: 13, 1C and 62. RGB value is (19,28,98). Sum of RGB (Red+Green+Blue) = 19+28+98=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 98 (38.67% from 255 or 67.59% from 145); Max value from RGB is 98 - color contains mainly: blue. Hex color #131C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C62 is #ECE39D. Grayscale: #212121. Windows color (decimal): -15524766 or 6429715. OLE color: 6429715.

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

Color convert

RGB192898-
CMYK0.810.7100.62
HSL233.16º67.52%22.94%-
HSV(B)233.16º80.61%38.43%-
XYZ2.891.8511.76-
YUV33.29164.52117.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.10%
GREEN value IS 28 (11.33% from 255) = 19.31%
BLUE value IS 98 (38.67% from 255) = 67.59%
R=13.10%
G=19.31%
B=67.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1928980.810.7100.62233.1667.5222.94
Hex131C62514703Ee94417
Octal233414212110707635110427
Binary1001111100110001010100011000111011111011101001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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