#131153

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

Shades of Midnight Blue #131153

Tints of Midnight Blue #131153

Color information

#131153 (or 0x131153) is unknown color: approx Midnight Blue. HEX triplet: 13, 11 and 53. RGB value is (19,17,83). Sum of RGB (Red+Green+Blue) = 19+17+83=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 83 (32.81% from 255 or 69.75% from 119); Max value from RGB is 83 - color contains mainly: blue. Hex color #131153 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131153 is #ECEEAC. Grayscale: #181818. Windows color (decimal): -15527597 or 5443859. OLE color: 5443859.

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

Color convert

RGB191783-
CMYK0.770.8000.67
HSL241.82º66%19.61%-
HSV(B)241.82º79.52%32.55%-
XYZ2.031.168.3-
YUV25.12160.66123.63-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.97%
GREEN value IS 17 (7.03% from 255) = 14.29%
BLUE value IS 83 (32.81% from 255) = 69.75%
R=15.97%
G=14.29%
B=69.75%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1917830.770.8000.67241.826619.61
Hex1311534D50043f24214
Octal2321123115120010336210224
Binary10011100011010011100110110100000100001111110010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131153; }

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

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

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

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

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

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

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

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