#131777

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

Shades of Midnight Blue #131777

Tints of Midnight Blue #131777

Color information

#131777 (or 0x131777) is unknown color: approx Midnight Blue. HEX triplet: 13, 17 and 77. RGB value is (19,23,119). Sum of RGB (Red+Green+Blue) = 19+23+119=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 119 (46.88% from 255 or 73.91% from 161); Max value from RGB is 119 - color contains mainly: blue. Hex color #131777 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131777 is #ECE888. Grayscale: #202020. Windows color (decimal): -15526025 or 7804691. OLE color: 7804691.

HSL color Cylindrical-coordinate representation of color #131777: hue angle of 237.6º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #131777 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1923119-
CMYK0.840.8100.53
HSL237.6º72.46%27.06%-
HSV(B)237.6º84.03%46.67%-
XYZ3.92.0817.65-
YUV32.75176.67118.19-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.80%
GREEN value IS 23 (9.38% from 255) = 14.29%
BLUE value IS 119 (46.88% from 255) = 73.91%
R=11.80%
G=14.29%
B=73.91%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19231190.840.8100.53237.672.4627.06
Hex1317775451035ee481b
Octal232716712412106535611033
Binary1001110111111011110101001010001011010111101110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131777; }

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

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

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

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

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

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

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

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