#131053

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

Shades of Midnight Blue #131053

Tints of Midnight Blue #131053

Color information

#131053 (or 0x131053) is unknown color: approx Midnight Blue. HEX triplet: 13, 10 and 53. RGB value is (19,16,83). Sum of RGB (Red+Green+Blue) = 19+16+83=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 16 (6.64% from 255 or 13.56% from 118); Blue value is 83 (32.81% from 255 or 70.34% from 118); Max value from RGB is 83 - color contains mainly: blue. Hex color #131053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131053 is #ECEFAC. Grayscale: #181818. Windows color (decimal): -15527853 or 5443603. OLE color: 5443603.

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

Color convert

RGB191683-
CMYK0.770.8100.67
HSL242.69º67.68%19.41%-
HSV(B)242.69º80.72%32.55%-
XYZ2.021.138.3-
YUV24.54160.99124.05-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.10%
GREEN value IS 16 (6.64% from 255) = 13.56%
BLUE value IS 83 (32.81% from 255) = 70.34%
R=16.10%
G=13.56%
B=70.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1916830.770.8100.67242.6967.6819.41
Hex1310534D51043f34413
Octal2320123115121010336310423
Binary10011100001010011100110110100010100001111110011100010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131053; }

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

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

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

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

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

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

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

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