#131F82

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

Shades of Midnight Blue #131F82

Tints of Midnight Blue #131F82

Color information

#131F82 (or 0x131F82) is unknown color: approx Midnight Blue. HEX triplet: 13, 1F and 82. RGB value is (19,31,130). Sum of RGB (Red+Green+Blue) = 19+31+130=180 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.56% from 180); Green value is 31 (12.5% from 255 or 17.22% from 180); Blue value is 130 (51.17% from 255 or 72.22% from 180); Max value from RGB is 130 - color contains mainly: blue. Hex color #131F82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131F82 is #ECE07D. Grayscale: #262626. Windows color (decimal): -15523966 or 8527635. OLE color: 8527635.

HSL color Cylindrical-coordinate representation of color #131F82: hue angle of 233.51º 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 #131F82 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1931130-
CMYK0.850.7600.49
HSL233.51º74.5%29.22%-
HSV(B)233.51º85.38%50.98%-
XYZ4.792.7321.39-
YUV38.7179.52113.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.56%
GREEN value IS 31 (12.5% from 255) = 17.22%
BLUE value IS 130 (51.17% from 255) = 72.22%
R=10.56%
G=17.22%
B=72.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal19311300.850.7600.49233.5174.529.22
Hex131F82554C031ea4a1d
Octal233720212511406135211235
Binary10011111111000001010101011001100011000111101010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131F82; }

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

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

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

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

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

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

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

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