#131558

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

Shades of Midnight Blue #131558

Tints of Midnight Blue #131558

Color information

#131558 (or 0x131558) is unknown color: approx Midnight Blue. HEX triplet: 13, 15 and 58. RGB value is (19,21,88). Sum of RGB (Red+Green+Blue) = 19+21+88=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 88 (34.77% from 255 or 68.75% from 128); Max value from RGB is 88 - color contains mainly: blue. Hex color #131558 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131558 is #ECEAA7. Grayscale: #1B1B1B. Windows color (decimal): -15526568 or 5772563. OLE color: 5772563.

HSL color Cylindrical-coordinate representation of color #131558: hue angle of 238.26º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #131558 is Cyan = 0.78, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB192188-
CMYK0.780.7600.65
HSL238.26º64.49%20.98%-
HSV(B)238.26º78.41%34.51%-
XYZ2.31.389.38-
YUV28.04161.84121.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.84%
GREEN value IS 21 (8.59% from 255) = 16.41%
BLUE value IS 88 (34.77% from 255) = 68.75%
R=14.84%
G=16.41%
B=68.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1921880.780.7600.65238.2664.4920.98
Hex1315584E4C041ee4015
Octal2325130116114010135610025
Binary10011101011011000100111010011000100000111101110100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131558; }

 p { color: rgb(19,21,88); }

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

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

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

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

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

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

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