#131761

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

Shades of Midnight Blue #131761

Tints of Midnight Blue #131761

Color information

#131761 (or 0x131761) is unknown color: approx Midnight Blue. HEX triplet: 13, 17 and 61. RGB value is (19,23,97). Sum of RGB (Red+Green+Blue) = 19+23+97=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 23 (9.38% from 255 or 16.55% from 139); Blue value is 97 (38.28% from 255 or 69.78% from 139); Max value from RGB is 97 - color contains mainly: blue. Hex color #131761 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131761 is #ECE89E. Grayscale: #1D1D1D. Windows color (decimal): -15526047 or 6362899. OLE color: 6362899.

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

Color convert

RGB192397-
CMYK0.800.7600.62
HSL236.92º67.24%22.75%-
HSV(B)236.92º80.41%38.04%-
XYZ2.731.6111.48-
YUV30.24165.67119.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.67%
GREEN value IS 23 (9.38% from 255) = 16.55%
BLUE value IS 97 (38.28% from 255) = 69.78%
R=13.67%
G=16.55%
B=69.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1923970.800.7600.62236.9267.2422.75
Hex131761504C03Eed4317
Octal232714112011407635510327
Binary1001110111110000110100001001100011111011101101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131761; }

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

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

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

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

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

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

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

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