#132078

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

Shades of Midnight Blue #132078

Tints of Midnight Blue #132078

Color information

#132078 (or 0x132078) is unknown color: approx Midnight Blue. HEX triplet: 13, 20 and 78. RGB value is (19,32,120). Sum of RGB (Red+Green+Blue) = 19+32+120=171 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.11% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 120 (47.27% from 255 or 70.18% from 171); Max value from RGB is 120 - color contains mainly: blue. Hex color #132078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132078 is #ECDF87. Grayscale: #252525. Windows color (decimal): -15523720 or 7872531. OLE color: 7872531.

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

Color convert

RGB1932120-
CMYK0.840.7300.53
HSL232.28º72.66%27.25%-
HSV(B)232.28º84.17%47.06%-
XYZ4.182.5318.04-
YUV38.14174.19114.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.11%
GREEN value IS 32 (12.89% from 255) = 18.71%
BLUE value IS 120 (47.27% from 255) = 70.18%
R=11.11%
G=18.71%
B=70.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19321200.840.7300.53232.2872.6627.25
Hex1320785449035e8491b
Octal234017012411106535011133
Binary10011100000111100010101001001001011010111101000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132078; }

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

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

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

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

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

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

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

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