#130459

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

Shades of Midnight Blue #130459

Tints of Midnight Blue #130459

Color information

#130459 (or 0x130459) is unknown color: approx Midnight Blue. HEX triplet: 13, 04 and 59. RGB value is (19,4,89). Sum of RGB (Red+Green+Blue) = 19+4+89=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 4 (1.95% from 255 or 3.57% from 112); Blue value is 89 (35.16% from 255 or 79.46% from 112); Max value from RGB is 89 - color contains mainly: blue. Hex color #130459 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130459 is #ECFBA6. Grayscale: #111111. Windows color (decimal): -15530919 or 5833747. OLE color: 5833747.

HSL color Cylindrical-coordinate representation of color #130459: hue angle of 250.59º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130459 is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB19489-
CMYK0.790.9600.65
HSL250.59º91.4%18.24%-
HSV(B)250.59º95.51%34.9%-
XYZ2.120.959.52-
YUV18.18167.97128.59-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.96%
GREEN value IS 4 (1.95% from 255) = 3.57%
BLUE value IS 89 (35.16% from 255) = 79.46%
R=16.96%
G=3.57%
B=79.46%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal194890.790.9600.65250.5991.418.24
Hex134594F60041fb5b12
Octal234131117140010137313322
Binary100111001011001100111111000000100000111111011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130459; }

 p { color: rgb(19,4,89); }

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

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

 a { background-color: rgb(19,4,89); }

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

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

 span { border-color: rgb(19,4,89); }

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