#131261

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

Shades of Midnight Blue #131261

Tints of Midnight Blue #131261

Color information

#131261 (or 0x131261) is unknown color: approx Midnight Blue. HEX triplet: 13, 12 and 61. RGB value is (19,18,97). Sum of RGB (Red+Green+Blue) = 19+18+97=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 97 (38.28% from 255 or 72.39% from 134); Max value from RGB is 97 - color contains mainly: blue. Hex color #131261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131261 is #ECED9E. Grayscale: #1A1A1A. Windows color (decimal): -15527327 or 6361619. OLE color: 6361619.

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

Color convert

RGB191897-
CMYK0.800.8100.62
HSL240.76º68.7%22.55%-
HSV(B)240.76º81.44%38.04%-
XYZ2.641.4311.45-
YUV27.3167.33122.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.18%
GREEN value IS 18 (7.42% from 255) = 13.43%
BLUE value IS 97 (38.28% from 255) = 72.39%
R=14.18%
G=13.43%
B=72.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1918970.800.8100.62240.7668.722.55
Hex131261505103Ef14517
Octal232214112012107636110527
Binary1001110010110000110100001010001011111011110001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131261; }

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

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

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

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

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

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

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

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