#131661

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

Shades of Midnight Blue #131661

Tints of Midnight Blue #131661

Color information

#131661 (or 0x131661) is unknown color: approx Midnight Blue. HEX triplet: 13, 16 and 61. RGB value is (19,22,97). Sum of RGB (Red+Green+Blue) = 19+22+97=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 22 (8.98% from 255 or 15.94% from 138); Blue value is 97 (38.28% from 255 or 70.29% from 138); Max value from RGB is 97 - color contains mainly: blue. Hex color #131661 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131661 is #ECE99E. Grayscale: #1D1D1D. Windows color (decimal): -15526303 or 6362643. OLE color: 6362643.

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

Color convert

RGB192297-
CMYK0.800.7700.62
HSL237.69º67.24%22.75%-
HSV(B)237.69º80.41%38.04%-
XYZ2.711.5811.47-
YUV29.65166.01120.4-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.77%
GREEN value IS 22 (8.98% from 255) = 15.94%
BLUE value IS 97 (38.28% from 255) = 70.29%
R=13.77%
G=15.94%
B=70.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1922970.800.7700.62237.6967.2422.75
Hex131661504D03Eee4317
Octal232614112011507635610327
Binary1001110110110000110100001001101011111011101110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131661; }

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

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

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

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

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

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

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

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