#131775

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

Shades of Midnight Blue #131775

Tints of Midnight Blue #131775

Color information

#131775 (or 0x131775) is unknown color: approx Midnight Blue. HEX triplet: 13, 17 and 75. RGB value is (19,23,117). Sum of RGB (Red+Green+Blue) = 19+23+117=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 117 (46.09% from 255 or 73.58% from 159); Max value from RGB is 117 - color contains mainly: blue. Hex color #131775 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131775 is #ECE88A. Grayscale: #202020. Windows color (decimal): -15526027 or 7673619. OLE color: 7673619.

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

Color convert

RGB1923117-
CMYK0.840.8000.54
HSL237.55º72.06%26.67%-
HSV(B)237.55º83.76%45.88%-
XYZ3.792.0417.02-
YUV32.52175.67118.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 23 (9.38% from 255) = 14.47%
BLUE value IS 117 (46.09% from 255) = 73.58%
R=11.95%
G=14.47%
B=73.58%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19231170.840.8000.54237.5572.0626.67
Hex1317755450036ee481b
Octal232716512412006635611033
Binary1001110111111010110101001010000011011011101110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131775; }

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

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

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

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

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

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

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

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