#131564

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

Shades of Midnight Blue #131564

Tints of Midnight Blue #131564

Color information

#131564 (or 0x131564) is unknown color: approx Midnight Blue. HEX triplet: 13, 15 and 64. RGB value is (19,21,100). Sum of RGB (Red+Green+Blue) = 19+21+100=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 100 (39.45% from 255 or 71.43% from 140); Max value from RGB is 100 - color contains mainly: blue. Hex color #131564 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131564 is #ECEA9B. Grayscale: #1D1D1D. Windows color (decimal): -15526556 or 6558995. OLE color: 6558995.

HSL color Cylindrical-coordinate representation of color #131564: hue angle of 238.52º 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 #131564 is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB1921100-
CMYK0.810.7900.61
HSL238.52º68.07%23.33%-
HSV(B)238.52º81%39.22%-
XYZ2.841.5912.21-
YUV29.41167.84120.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.57%
GREEN value IS 21 (8.59% from 255) = 15%
BLUE value IS 100 (39.45% from 255) = 71.43%
R=13.57%
G=15%
B=71.43%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal19211000.810.7900.61238.5268.0723.33
Hex131564514F03Def4417
Octal232514412111707535710427
Binary1001110101110010010100011001111011110111101111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131564; }

 p { color: rgb(19,21,100); }

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

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

 a { background-color: rgb(19,21,100); }

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

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

 span { border-color: rgb(19,21,100); }

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