#131954

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

Shades of Midnight Blue #131954

Tints of Midnight Blue #131954

Color information

#131954 (or 0x131954) is unknown color: approx Midnight Blue. HEX triplet: 13, 19 and 54. RGB value is (19,25,84). Sum of RGB (Red+Green+Blue) = 19+25+84=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 84 (33.20% from 255 or 65.62% from 128); Max value from RGB is 84 - color contains mainly: blue. Hex color #131954 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131954 is #ECE6AB. Grayscale: #1D1D1D. Windows color (decimal): -15525548 or 5511443. OLE color: 5511443.

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

Color convert

RGB192584-
CMYK0.770.7000.67
HSL234.46º63.11%20.2%-
HSV(B)234.46º77.38%32.94%-
XYZ2.221.478.56-
YUV29.93158.51120.2-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.84%
GREEN value IS 25 (10.16% from 255) = 19.53%
BLUE value IS 84 (33.20% from 255) = 65.62%
R=14.84%
G=19.53%
B=65.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1925840.770.7000.67234.4663.1120.2
Hex1319544D46043ea3f14
Octal233112411510601033527724
Binary1001111001101010010011011000110010000111110101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131954; }

 p { color: rgb(19,25,84); }

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

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

 a { background-color: rgb(19,25,84); }

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

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

 span { border-color: rgb(19,25,84); }

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