#131569

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

Shades of Midnight Blue #131569

Tints of Midnight Blue #131569

Color information

#131569 (or 0x131569) is unknown color: approx Midnight Blue. HEX triplet: 13, 15 and 69. RGB value is (19,21,105). Sum of RGB (Red+Green+Blue) = 19+21+105=145 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.10% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 105 (41.41% from 255 or 72.41% from 145); Max value from RGB is 105 - color contains mainly: blue. Hex color #131569 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131569 is #ECEA96. Grayscale: #1D1D1D. Windows color (decimal): -15526551 or 6886675. OLE color: 6886675.

HSL color Cylindrical-coordinate representation of color #131569: hue angle of 238.6º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #131569 is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1921105-
CMYK0.820.8000.59
HSL238.6º69.35%24.31%-
HSV(B)238.6º81.9%41.18%-
XYZ3.091.6913.53-
YUV29.98170.34120.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.10%
GREEN value IS 21 (8.59% from 255) = 14.48%
BLUE value IS 105 (41.41% from 255) = 72.41%
R=13.10%
G=14.48%
B=72.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19211050.820.8000.59238.669.3524.31
Hex131569525003Bef4518
Octal232515112212007335710530
Binary1001110101110100110100101010000011101111101111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131569; }

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

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

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

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

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

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

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

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