#130478

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

Shades of Navy #130478

Tints of Navy #130478

Color information

#130478 (or 0x130478) is unknown color: approx Navy. HEX triplet: 13, 04 and 78. RGB value is (19,4,120). Sum of RGB (Red+Green+Blue) = 19+4+120=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 120 (47.27% from 255 or 83.92% from 143); Max value from RGB is 120 - color contains mainly: blue. Hex color #130478 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130478 is #ECFB87. Grayscale: #151515. Windows color (decimal): -15530888 or 7865363. OLE color: 7865363.

HSL color Cylindrical-coordinate representation of color #130478: hue angle of 247.76º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #130478 is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB194120-
CMYK0.840.9700.53
HSL247.76º93.55%24.31%-
HSV(B)247.76º96.67%47.06%-
XYZ3.71.5817.88-
YUV21.71183.47126.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.29%
GREEN value IS 4 (1.95% from 255) = 2.80%
BLUE value IS 120 (47.27% from 255) = 83.92%
R=13.29%
G=2.80%
B=83.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1941200.840.9700.53247.7693.5524.31
Hex134785461035f85e18
Octal23417012414106537013630
Binary10011100111100010101001100001011010111111000101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130478; }

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

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

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

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

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

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

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

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