Html Css Color HEX #130478 Navy

📋 copy color: '#130478'

red 19 ◦ green 4 ◦ blue 120

#130478
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy #130478

Tints of Navy #130478

RGB

 RED value IS 19 (7.81% from 255) = 13.29%

 GREEN value IS 4 (1.95% from 255) = 2.8%

 BLUE value IS 120 (47.27% from 255) = 83.92%

R = 13.29%
G = 2.8%
B = 83.92%

CMYK

 C value IS 0.84

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#130478 (or 0x130478) is known color: 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

RGB 19 4 120 -
CMYK 0.84 0.97 0 0.53
HSL 247.76º 0.94% 0.24% -
HSV(B) 247.76º 0.97% 0.47% -
XYZ 3.7 1.58 17.88 -
YUV 21.71 183.47 126.07 -
System Red Green Blue C M Y K H S L
Decimal 19 4 120 0.84 0.97 0 0.53 247.76 0.94 0.24
Hex 13 4 78 54 61 0 35 F8 5E 18
Octal 23 4 170 124 141 0 65 370 136 30
Binary 10011 100 1111000 1010100 1100001 0 110101 11111000 1011110 11000

Color Harmonies of #130478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130478

Black with #130478

Text Example


Text Example

White with #130478

Text Example


Text Example

HTML Codes & Css Web 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>