#130976

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

Shades of Midnight Blue #130976

Tints of Midnight Blue #130976

Color information

#130976 (or 0x130976) is unknown color: approx Midnight Blue. HEX triplet: 13, 09 and 76. RGB value is (19,9,118). Sum of RGB (Red+Green+Blue) = 19+9+118=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 9 (3.91% from 255 or 6.16% from 146); Blue value is 118 (46.48% from 255 or 80.82% from 146); Max value from RGB is 118 - color contains mainly: blue. Hex color #130976 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130976 is #ECF689. Grayscale: #171717. Windows color (decimal): -15529610 or 7735571. OLE color: 7735571.

HSL color Cylindrical-coordinate representation of color #130976: hue angle of 245.5º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #130976 is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB199118-
CMYK0.840.9200.54
HSL245.5º85.83%24.9%-
HSV(B)245.5º92.37%46.27%-
XYZ3.641.6417.26-
YUV24.42180.81124.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.01%
GREEN value IS 9 (3.91% from 255) = 6.16%
BLUE value IS 118 (46.48% from 255) = 80.82%
R=13.01%
G=6.16%
B=80.82%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1991180.840.9200.54245.585.8324.9
Hex13976545C036f65619
Octal231116612413406636612631
Binary100111001111011010101001011100011011011110110101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130976; }

 p { color: rgb(19,9,118); }

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

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

 a { background-color: rgb(19,9,118); }

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

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

 span { border-color: rgb(19,9,118); }

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