#131161

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

Shades of Midnight Blue #131161

Tints of Midnight Blue #131161

Color information

#131161 (or 0x131161) is unknown color: approx Midnight Blue. HEX triplet: 13, 11 and 61. RGB value is (19,17,97). Sum of RGB (Red+Green+Blue) = 19+17+97=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 97 (38.28% from 255 or 72.93% from 133); Max value from RGB is 97 - color contains mainly: blue. Hex color #131161 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131161 is #ECEE9E. Grayscale: #1A1A1A. Windows color (decimal): -15527583 or 6361363. OLE color: 6361363.

HSL color Cylindrical-coordinate representation of color #131161: hue angle of 241.5º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #131161 is Cyan = 0.80, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB191797-
CMYK0.800.8200.62
HSL241.5º70.18%22.35%-
HSV(B)241.5º82.47%38.04%-
XYZ2.631.411.44-
YUV26.72167.66122.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.29%
GREEN value IS 17 (7.03% from 255) = 12.78%
BLUE value IS 97 (38.28% from 255) = 72.93%
R=14.29%
G=12.78%
B=72.93%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1917970.800.8200.62241.570.1822.35
Hex131161505203Ef24616
Octal232114112012207636210626
Binary1001110001110000110100001010010011111011110010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131161; }

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

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

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

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

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

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

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

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