#131869

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

Shades of Midnight Blue #131869

Tints of Midnight Blue #131869

Color information

#131869 (or 0x131869) is unknown color: approx Midnight Blue. HEX triplet: 13, 18 and 69. RGB value is (19,24,105). Sum of RGB (Red+Green+Blue) = 19+24+105=148 (19% of max value = 765). Red value is 19 (7.81% from 255 or 12.84% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 105 (41.41% from 255 or 70.95% from 148); Max value from RGB is 105 - color contains mainly: blue. Hex color #131869 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131869 is #ECE796. Grayscale: #1F1F1F. Windows color (decimal): -15525783 or 6887443. OLE color: 6887443.

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

Color convert

RGB1924105-
CMYK0.820.7700.59
HSL236.51º69.35%24.31%-
HSV(B)236.51º81.9%41.18%-
XYZ3.141.8113.55-
YUV31.74169.34118.91-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.84%
GREEN value IS 24 (9.77% from 255) = 16.22%
BLUE value IS 105 (41.41% from 255) = 70.95%
R=12.84%
G=16.22%
B=70.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19241050.820.7700.59236.5169.3524.31
Hex131869524D03Bed4518
Octal233015112211507335510530
Binary1001111000110100110100101001101011101111101101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131869; }

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

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

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

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

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

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

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

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