#131975

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

Shades of Midnight Blue #131975

Tints of Midnight Blue #131975

Color information

#131975 (or 0x131975) is unknown color: approx Midnight Blue. HEX triplet: 13, 19 and 75. RGB value is (19,25,117). Sum of RGB (Red+Green+Blue) = 19+25+117=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 25 (10.16% from 255 or 15.53% from 161); Blue value is 117 (46.09% from 255 or 72.67% from 161); Max value from RGB is 117 - color contains mainly: blue. Hex color #131975 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131975 is #ECE68A. Grayscale: #212121. Windows color (decimal): -15525515 or 7674131. OLE color: 7674131.

HSL color Cylindrical-coordinate representation of color #131975: hue angle of 236.33º 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 #131975 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1925117-
CMYK0.840.7900.54
HSL236.33º72.06%26.67%-
HSV(B)236.33º83.76%45.88%-
XYZ3.832.1217.04-
YUV33.69175.01117.52-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.80%
GREEN value IS 25 (10.16% from 255) = 15.53%
BLUE value IS 117 (46.09% from 255) = 72.67%
R=11.80%
G=15.53%
B=72.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19251170.840.7900.54236.3372.0626.67
Hex131975544F036ec481b
Octal233116512411706635411033
Binary1001111001111010110101001001111011011011101100100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131975; }

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

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

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

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

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

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

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

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