#131561

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

Shades of Midnight Blue #131561

Tints of Midnight Blue #131561

Color information

#131561 (or 0x131561) is unknown color: approx Midnight Blue. HEX triplet: 13, 15 and 61. RGB value is (19,21,97). Sum of RGB (Red+Green+Blue) = 19+21+97=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 97 (38.28% from 255 or 70.80% from 137); Max value from RGB is 97 - color contains mainly: blue. Hex color #131561 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131561 is #ECEA9E. Grayscale: #1C1C1C. Windows color (decimal): -15526559 or 6362387. OLE color: 6362387.

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

Color convert

RGB192197-
CMYK0.800.7800.62
HSL238.46º67.24%22.75%-
HSV(B)238.46º80.41%38.04%-
XYZ2.691.5411.46-
YUV29.07166.34120.82-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.87%
GREEN value IS 21 (8.59% from 255) = 15.33%
BLUE value IS 97 (38.28% from 255) = 70.80%
R=13.87%
G=15.33%
B=70.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1921970.800.7800.62238.4667.2422.75
Hex131561504E03Eee4317
Octal232514112011607635610327
Binary1001110101110000110100001001110011111011101110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131561; }

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

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

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

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

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

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

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

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