#131354

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

Shades of Midnight Blue #131354

Tints of Midnight Blue #131354

Color information

#131354 (or 0x131354) is unknown color: approx Midnight Blue. HEX triplet: 13, 13 and 54. RGB value is (19,19,84). Sum of RGB (Red+Green+Blue) = 19+19+84=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 84 (33.20% from 255 or 68.85% from 122); Max value from RGB is 84 - color contains mainly: blue. Hex color #131354 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131354 is #ECECAB. Grayscale: #1A1A1A. Windows color (decimal): -15527084 or 5509907. OLE color: 5509907.

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

Color convert

RGB191984-
CMYK0.770.7700.67
HSL240º63.11%20.2%-
HSV(B)240º77.38%32.94%-
XYZ2.11.248.52-
YUV26.41160.5122.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.57%
GREEN value IS 19 (7.81% from 255) = 15.57%
BLUE value IS 84 (33.20% from 255) = 68.85%
R=15.57%
G=15.57%
B=68.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1919840.770.7700.6724063.1120.2
Hex1313544D4D043f03f14
Octal232312411511501033607724
Binary1001110011101010010011011001101010000111111000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131354; }

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

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

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

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

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

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

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

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