#131C75

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

Shades of Midnight Blue #131C75

Tints of Midnight Blue #131C75

Color information

#131C75 (or 0x131C75) is unknown color: approx Midnight Blue. HEX triplet: 13, 1C and 75. RGB value is (19,28,117). Sum of RGB (Red+Green+Blue) = 19+28+117=164 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.59% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 117 (46.09% from 255 or 71.34% from 164); Max value from RGB is 117 - color contains mainly: blue. Hex color #131C75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C75 is #ECE38A. Grayscale: #232323. Windows color (decimal): -15524747 or 7674899. OLE color: 7674899.

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

Color convert

RGB1928117-
CMYK0.840.7600.54
HSL234.49º72.06%26.67%-
HSV(B)234.49º83.76%45.88%-
XYZ3.892.2517.06-
YUV35.46174.02116.26-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.59%
GREEN value IS 28 (11.33% from 255) = 17.07%
BLUE value IS 117 (46.09% from 255) = 71.34%
R=11.59%
G=17.07%
B=71.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal19281170.840.7600.54234.4972.0626.67
Hex131C75544C036ea481b
Octal233416512411406635211033
Binary1001111100111010110101001001100011011011101010100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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