#131654

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

Shades of Midnight Blue #131654

Tints of Midnight Blue #131654

Color information

#131654 (or 0x131654) is unknown color: approx Midnight Blue. HEX triplet: 13, 16 and 54. RGB value is (19,22,84). Sum of RGB (Red+Green+Blue) = 19+22+84=125 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.2% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 84 (33.20% from 255 or 67.2% from 125); Max value from RGB is 84 - color contains mainly: blue. Hex color #131654 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131654 is #ECE9AB. Grayscale: #1B1B1B. Windows color (decimal): -15526316 or 5510675. OLE color: 5510675.

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

Color convert

RGB192284-
CMYK0.770.7400.67
HSL237.23º63.11%20.2%-
HSV(B)237.23º77.38%32.94%-
XYZ2.161.358.53-
YUV28.17159.51121.46-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.2%
GREEN value IS 22 (8.98% from 255) = 17.6%
BLUE value IS 84 (33.20% from 255) = 67.2%
R=15.2%
G=17.6%
B=67.2%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1922840.770.7400.67237.2363.1120.2
Hex1316544D4A043ed3f14
Octal232612411511201033557724
Binary1001110110101010010011011001010010000111110110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131654; }

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

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

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

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

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

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

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

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