#131655

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

Shades of Midnight Blue #131655

Tints of Midnight Blue #131655

Color information

#131655 (or 0x131655) is unknown color: approx Midnight Blue. HEX triplet: 13, 16 and 55. RGB value is (19,22,85). Sum of RGB (Red+Green+Blue) = 19+22+85=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 85 (33.59% from 255 or 67.46% from 126); Max value from RGB is 85 - color contains mainly: blue. Hex color #131655 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131655 is #ECE9AA. Grayscale: #1C1C1C. Windows color (decimal): -15526315 or 5576211. OLE color: 5576211.

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

Color convert

RGB192285-
CMYK0.780.7400.67
HSL237.27º63.46%20.39%-
HSV(B)237.27º77.65%33.33%-
XYZ2.21.378.74-
YUV28.28160.01121.38-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.08%
GREEN value IS 22 (8.98% from 255) = 17.46%
BLUE value IS 85 (33.59% from 255) = 67.46%
R=15.08%
G=17.46%
B=67.46%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1922850.780.7400.67237.2763.4620.39
Hex1316554E4A043ed3f14
Octal232612511611201033557724
Binary1001110110101010110011101001010010000111110110111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131655; }

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

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

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

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

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

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

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

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