#131F75

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

Shades of Midnight Blue #131F75

Tints of Midnight Blue #131F75

Color information

#131F75 (or 0x131F75) is unknown color: approx Midnight Blue. HEX triplet: 13, 1F and 75. RGB value is (19,31,117). Sum of RGB (Red+Green+Blue) = 19+31+117=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 117 (46.09% from 255 or 70.06% from 167); Max value from RGB is 117 - color contains mainly: blue. Hex color #131F75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131F75 is #ECE08A. Grayscale: #242424. Windows color (decimal): -15523979 or 7675667. OLE color: 7675667.

HSL color Cylindrical-coordinate representation of color #131F75: hue angle of 232.65º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #131F75 is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1931117-
CMYK0.840.7400.54
HSL232.65º72.06%26.67%-
HSV(B)232.65º83.76%45.88%-
XYZ3.972.417.08-
YUV37.22173.02115.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 31 (12.5% from 255) = 18.56%
BLUE value IS 117 (46.09% from 255) = 70.06%
R=11.38%
G=18.56%
B=70.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19311170.840.7400.54232.6572.0626.67
Hex131F75544A036e9481b
Octal233716512411206635111033
Binary1001111111111010110101001001010011011011101001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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