#131175

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

Shades of Midnight Blue #131175

Tints of Midnight Blue #131175

Color information

#131175 (or 0x131175) is unknown color: approx Midnight Blue. HEX triplet: 13, 11 and 75. RGB value is (19,17,117). Sum of RGB (Red+Green+Blue) = 19+17+117=153 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.42% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 117 (46.09% from 255 or 76.47% from 153); Max value from RGB is 117 - color contains mainly: blue. Hex color #131175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131175 is #ECEE8A. Grayscale: #1C1C1C. Windows color (decimal): -15527563 or 7672083. OLE color: 7672083.

HSL color Cylindrical-coordinate representation of color #131175: hue angle of 241.2º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #131175 is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1917117-
CMYK0.840.8500.54
HSL241.2º74.63%26.27%-
HSV(B)241.2º85.47%45.88%-
XYZ3.681.8216.99-
YUV29177.66120.87-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.42%
GREEN value IS 17 (7.03% from 255) = 11.11%
BLUE value IS 117 (46.09% from 255) = 76.47%
R=12.42%
G=11.11%
B=76.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19171170.840.8500.54241.274.6326.27
Hex1311755455036f14b1a
Octal232116512412506636111332
Binary1001110001111010110101001010101011011011110001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131175; }

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

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

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

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

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

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

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

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