#131461

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

Shades of Midnight Blue #131461

Tints of Midnight Blue #131461

Color information

#131461 (or 0x131461) is unknown color: approx Midnight Blue. HEX triplet: 13, 14 and 61. RGB value is (19,20,97). Sum of RGB (Red+Green+Blue) = 19+20+97=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 97 (38.28% from 255 or 71.32% from 136); Max value from RGB is 97 - color contains mainly: blue. Hex color #131461 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131461 is #ECEB9E. Grayscale: #1C1C1C. Windows color (decimal): -15526815 or 6362131. OLE color: 6362131.

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

Color convert

RGB192097-
CMYK0.800.7900.62
HSL239.23º67.24%22.75%-
HSV(B)239.23º80.41%38.04%-
XYZ2.681.511.46-
YUV28.48166.67121.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.97%
GREEN value IS 20 (8.20% from 255) = 14.71%
BLUE value IS 97 (38.28% from 255) = 71.32%
R=13.97%
G=14.71%
B=71.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1920970.800.7900.62239.2367.2422.75
Hex131461504F03Eef4317
Octal232414112011707635710327
Binary1001110100110000110100001001111011111011101111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131461; }

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

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

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

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

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

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

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

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