#131478

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

Shades of Midnight Blue #131478

Tints of Midnight Blue #131478

Color information

#131478 (or 0x131478) is unknown color: approx Midnight Blue. HEX triplet: 13, 14 and 78. RGB value is (19,20,120). Sum of RGB (Red+Green+Blue) = 19+20+120=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 120 (47.27% from 255 or 75.47% from 159); Max value from RGB is 120 - color contains mainly: blue. Hex color #131478 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131478 is #ECEB87. Grayscale: #1E1E1E. Windows color (decimal): -15526792 or 7869459. OLE color: 7869459.

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

Color convert

RGB1920120-
CMYK0.840.8300.53
HSL239.41º72.66%27.25%-
HSV(B)239.41º84.17%47.06%-
XYZ3.911.9917.95-
YUV31.1178.17119.37-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 20 (8.20% from 255) = 12.58%
BLUE value IS 120 (47.27% from 255) = 75.47%
R=11.95%
G=12.58%
B=75.47%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19201200.840.8300.53239.4172.6627.25
Hex1314785453035ef491b
Octal232417012412306535711133
Binary1001110100111100010101001010011011010111101111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131478; }

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

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

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

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

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

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

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

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