#130460

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

Shades of Midnight Blue #130460

Tints of Midnight Blue #130460

Color information

#130460 (or 0x130460) is unknown color: approx Midnight Blue. HEX triplet: 13, 04 and 60. RGB value is (19,4,96). Sum of RGB (Red+Green+Blue) = 19+4+96=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 96 (37.89% from 255 or 80.67% from 119); Max value from RGB is 96 - color contains mainly: blue. Hex color #130460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130460 is #ECFB9F. Grayscale: #121212. Windows color (decimal): -15530912 or 6292499. OLE color: 6292499.

HSL color Cylindrical-coordinate representation of color #130460: hue angle of 249.78º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130460 is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB19496-
CMYK0.800.9600.62
HSL249.78º92%19.61%-
HSV(B)249.78º95.83%37.65%-
XYZ2.421.0711.15-
YUV18.97171.47128.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.97%
GREEN value IS 4 (1.95% from 255) = 3.36%
BLUE value IS 96 (37.89% from 255) = 80.67%
R=15.97%
G=3.36%
B=80.67%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal194960.800.9600.62249.789219.61
Hex13460506003Efa5c14
Octal23414012014007637213424
Binary10011100110000010100001100000011111011111010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130460; }

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

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

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

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

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

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

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

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