#132478

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

Shades of Midnight Blue #132478

Tints of Midnight Blue #132478

Color information

#132478 (or 0x132478) is unknown color: approx Midnight Blue. HEX triplet: 13, 24 and 78. RGB value is (19,36,120). Sum of RGB (Red+Green+Blue) = 19+36+120=175 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.86% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 120 (47.27% from 255 or 68.57% from 175); Max value from RGB is 120 - color contains mainly: blue. Hex color #132478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #132478 is #ECDB87. Grayscale: #282828. Windows color (decimal): -15522696 or 7873555. OLE color: 7873555.

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

Color convert

RGB1936120-
CMYK0.840.700.53
HSL229.9º72.66%27.25%-
HSV(B)229.9º84.17%47.06%-
XYZ4.292.7618.08-
YUV40.49172.87112.67-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 10.86%
GREEN value IS 36 (14.45% from 255) = 20.57%
BLUE value IS 120 (47.27% from 255) = 68.57%
R=10.86%
G=20.57%
B=68.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19361200.840.700.53229.972.6627.25
Hex1324785446035e6491b
Octal234417012410606534611133
Binary10011100100111100010101001000110011010111100110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #132478; }

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

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

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

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

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

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

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

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