#131155

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

Shades of Midnight Blue #131155

Tints of Midnight Blue #131155

Color information

#131155 (or 0x131155) is unknown color: approx Midnight Blue. HEX triplet: 13, 11 and 55. RGB value is (19,17,85). Sum of RGB (Red+Green+Blue) = 19+17+85=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 17 (7.03% from 255 or 14.05% from 121); Blue value is 85 (33.59% from 255 or 70.25% from 121); Max value from RGB is 85 - color contains mainly: blue. Hex color #131155 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131155 is #ECEEAA. Grayscale: #191919. Windows color (decimal): -15527595 or 5574931. OLE color: 5574931.

HSL color Cylindrical-coordinate representation of color #131155: hue angle of 241.76º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #131155 is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB191785-
CMYK0.780.8000.67
HSL241.76º66.67%20%-
HSV(B)241.76º80%33.33%-
XYZ2.111.28.71-
YUV25.35161.66123.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.70%
GREEN value IS 17 (7.03% from 255) = 14.05%
BLUE value IS 85 (33.59% from 255) = 70.25%
R=15.70%
G=14.05%
B=70.25%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1917850.780.8000.67241.7666.6720
Hex1311554E50043f24314
Octal2321125116120010336210324
Binary10011100011010101100111010100000100001111110010100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131155; }

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

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

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

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

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

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

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

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