#131878

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

Shades of Midnight Blue #131878

Tints of Midnight Blue #131878

Color information

#131878 (or 0x131878) is unknown color: approx Midnight Blue. HEX triplet: 13, 18 and 78. RGB value is (19,24,120). Sum of RGB (Red+Green+Blue) = 19+24+120=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 24 (9.77% from 255 or 14.72% from 163); Blue value is 120 (47.27% from 255 or 73.62% from 163); Max value from RGB is 120 - color contains mainly: blue. Hex color #131878 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131878 is #ECE787. Grayscale: #212121. Windows color (decimal): -15525768 or 7870483. OLE color: 7870483.

HSL color Cylindrical-coordinate representation of color #131878: hue angle of 237.03º degrees, saturation: 0.73, 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 #131878 is Cyan = 0.84, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1924120-
CMYK0.840.800.53
HSL237.03º72.66%27.25%-
HSV(B)237.03º84.17%47.06%-
XYZ3.992.1517.97-
YUV33.45176.84117.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.66%
GREEN value IS 24 (9.77% from 255) = 14.72%
BLUE value IS 120 (47.27% from 255) = 73.62%
R=11.66%
G=14.72%
B=73.62%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19241200.840.800.53237.0372.6627.25
Hex1318785450035ed491b
Octal233017012412006535511133
Binary1001111000111100010101001010000011010111101101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131878; }

 p { color: rgb(19,24,120); }

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

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

 a { background-color: rgb(19,24,120); }

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

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

 span { border-color: rgb(19,24,120); }

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