#131B78

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

Shades of Midnight Blue #131B78

Tints of Midnight Blue #131B78

Color information

#131B78 (or 0x131B78) is unknown color: approx Midnight Blue. HEX triplet: 13, 1B and 78. RGB value is (19,27,120). Sum of RGB (Red+Green+Blue) = 19+27+120=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 120 (47.27% from 255 or 72.29% from 166); Max value from RGB is 120 - color contains mainly: blue. Hex color #131B78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131B78 is #ECE487. Grayscale: #222222. Windows color (decimal): -15525000 or 7871251. OLE color: 7871251.

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

Color convert

RGB1927120-
CMYK0.840.7800.53
HSL235.25º72.66%27.25%-
HSV(B)235.25º84.17%47.06%-
XYZ4.052.2818-
YUV35.21175.85116.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.45%
GREEN value IS 27 (10.94% from 255) = 16.27%
BLUE value IS 120 (47.27% from 255) = 72.29%
R=11.45%
G=16.27%
B=72.29%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19271200.840.7800.53235.2572.6627.25
Hex131B78544E035eb491b
Octal233317012411606535311133
Binary1001111011111100010101001001110011010111101011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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