#131553

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

Shades of Midnight Blue #131553

Tints of Midnight Blue #131553

Color information

#131553 (or 0x131553) is unknown color: approx Midnight Blue. HEX triplet: 13, 15 and 53. RGB value is (19,21,83). Sum of RGB (Red+Green+Blue) = 19+21+83=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 83 (32.81% from 255 or 67.48% from 123); Max value from RGB is 83 - color contains mainly: blue. Hex color #131553 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131553 is #ECEAAC. Grayscale: #1B1B1B. Windows color (decimal): -15526573 or 5444883. OLE color: 5444883.

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

Color convert

RGB192183-
CMYK0.770.7500.67
HSL238.12º62.75%20%-
HSV(B)238.12º77.11%32.55%-
XYZ2.11.38.32-
YUV27.47159.34121.96-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.45%
GREEN value IS 21 (8.59% from 255) = 17.07%
BLUE value IS 83 (32.81% from 255) = 67.48%
R=15.45%
G=17.07%
B=67.48%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1921830.770.7500.67238.1262.7520
Hex1315534D4B043ee3f14
Octal232512311511301033567724
Binary1001110101101001110011011001011010000111110111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131553; }

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

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

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

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

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

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

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

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