#131F7A

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

Shades of Midnight Blue #131F7A

Tints of Midnight Blue #131F7A

Color information

#131F7A (or 0x131F7A) is unknown color: approx Midnight Blue. HEX triplet: 13, 1F and 7A. RGB value is (19,31,122). Sum of RGB (Red+Green+Blue) = 19+31+122=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 122 (48.05% from 255 or 70.93% from 172); Max value from RGB is 122 - color contains mainly: blue. Hex color #131F7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131F7A is #ECE085. Grayscale: #252525. Windows color (decimal): -15523974 or 8003347. OLE color: 8003347.

HSL color Cylindrical-coordinate representation of color #131F7A: hue angle of 233.01º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #131F7A is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1931122-
CMYK0.840.7500.52
HSL233.01º73.05%27.65%-
HSV(B)233.01º84.43%47.84%-
XYZ4.272.5218.67-
YUV37.79175.52114.6-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.05%
GREEN value IS 31 (12.5% from 255) = 18.02%
BLUE value IS 122 (48.05% from 255) = 70.93%
R=11.05%
G=18.02%
B=70.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19311220.840.7500.52233.0173.0527.65
Hex131F7A544B034e9491c
Octal233717212411306435111134
Binary1001111111111101010101001001011011010011101001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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