#131F7B

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

Shades of Midnight Blue #131F7B

Tints of Midnight Blue #131F7B

Color information

#131F7B (or 0x131F7B) is unknown color: approx Midnight Blue. HEX triplet: 13, 1F and 7B. RGB value is (19,31,123). Sum of RGB (Red+Green+Blue) = 19+31+123=173 (22% of max value = 765). Red value is 19 (7.81% from 255 or 10.98% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 123 (48.44% from 255 or 71.10% from 173); Max value from RGB is 123 - color contains mainly: blue. Hex color #131F7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131F7B is #ECE084. Grayscale: #252525. Windows color (decimal): -15523973 or 8068883. OLE color: 8068883.

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

Color convert

RGB1931123-
CMYK0.850.7500.52
HSL233.08º73.24%27.84%-
HSV(B)233.08º84.55%48.24%-
XYZ4.332.5519-
YUV37.9176.02114.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.98%
GREEN value IS 31 (12.5% from 255) = 17.92%
BLUE value IS 123 (48.44% from 255) = 71.10%
R=10.98%
G=17.92%
B=71.10%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19311230.850.7500.52233.0873.2427.84
Hex131F7B554B034e9491c
Octal233717312511306435111134
Binary1001111111111101110101011001011011010011101001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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