#131077

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

Shades of Midnight Blue #131077

Tints of Midnight Blue #131077

Color information

#131077 (or 0x131077) is unknown color: approx Midnight Blue. HEX triplet: 13, 10 and 77. RGB value is (19,16,119). Sum of RGB (Red+Green+Blue) = 19+16+119=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 119 (46.88% from 255 or 77.27% from 154); Max value from RGB is 119 - color contains mainly: blue. Hex color #131077 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131077 is #ECEF88. Grayscale: #1C1C1C. Windows color (decimal): -15527817 or 7802899. OLE color: 7802899.

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

Color convert

RGB1916119-
CMYK0.840.8700.53
HSL241.75º76.3%26.47%-
HSV(B)241.75º86.55%46.67%-
XYZ3.781.8417.61-
YUV28.64178.99121.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.34%
GREEN value IS 16 (6.64% from 255) = 10.39%
BLUE value IS 119 (46.88% from 255) = 77.27%
R=12.34%
G=10.39%
B=77.27%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19161190.840.8700.53241.7576.326.47
Hex1310775457035f24c1a
Octal232016712412706536211432
Binary1001110000111011110101001010111011010111110010100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131077; }

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

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

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

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

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

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

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

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