#131782

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

Shades of Midnight Blue #131782

Tints of Midnight Blue #131782

Color information

#131782 (or 0x131782) is unknown color: approx Midnight Blue. HEX triplet: 13, 17 and 82. RGB value is (19,23,130). Sum of RGB (Red+Green+Blue) = 19+23+130=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 23 (9.38% from 255 or 13.37% from 172); Blue value is 130 (51.17% from 255 or 75.58% from 172); Max value from RGB is 130 - color contains mainly: blue. Hex color #131782 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #131782 is #ECE87D. Grayscale: #212121. Windows color (decimal): -15526014 or 8525587. OLE color: 8525587.

HSL color Cylindrical-coordinate representation of color #131782: hue angle of 237.84º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #131782 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1923130-
CMYK0.850.8200.49
HSL237.84º74.5%29.22%-
HSV(B)237.84º85.38%50.98%-
XYZ4.62.3621.33-
YUV34182.17117.3-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.05%
GREEN value IS 23 (9.38% from 255) = 13.37%
BLUE value IS 130 (51.17% from 255) = 75.58%
R=11.05%
G=13.37%
B=75.58%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19231300.850.8200.49237.8474.529.22
Hex1317825552031ee4a1d
Octal232720212512206135611235
Binary10011101111000001010101011010010011000111101110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131782; }

 p { color: rgb(19,23,130); }

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

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

 a { background-color: rgb(19,23,130); }

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

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

 span { border-color: rgb(19,23,130); }

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