#131254

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

Shades of Midnight Blue #131254

Tints of Midnight Blue #131254

Color information

#131254 (or 0x131254) is unknown color: approx Midnight Blue. HEX triplet: 13, 12 and 54. RGB value is (19,18,84). Sum of RGB (Red+Green+Blue) = 19+18+84=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 84 (33.20% from 255 or 69.42% from 121); Max value from RGB is 84 - color contains mainly: blue. Hex color #131254 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131254 is #ECEDAB. Grayscale: #191919. Windows color (decimal): -15527340 or 5509651. OLE color: 5509651.

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

Color convert

RGB191884-
CMYK0.770.7900.67
HSL240.91º64.71%20%-
HSV(B)240.91º78.57%32.94%-
XYZ2.091.218.51-
YUV25.82160.83123.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.70%
GREEN value IS 18 (7.42% from 255) = 14.88%
BLUE value IS 84 (33.20% from 255) = 69.42%
R=15.70%
G=14.88%
B=69.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1918840.770.7900.67240.9164.7120
Hex1312544D4F043f14114
Octal2322124115117010336110124
Binary10011100101010100100110110011110100001111110001100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131254; }

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

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

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

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

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

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

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

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