#130476

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

Shades of Navy #130476

Tints of Navy #130476

Color information

#130476 (or 0x130476) is unknown color: approx Navy. HEX triplet: 13, 04 and 76. RGB value is (19,4,118). Sum of RGB (Red+Green+Blue) = 19+4+118=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 118 (46.48% from 255 or 83.69% from 141); Max value from RGB is 118 - color contains mainly: blue. Hex color #130476 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130476 is #ECFB89. Grayscale: #151515. Windows color (decimal): -15530890 or 7734291. OLE color: 7734291.

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

Color convert

RGB194118-
CMYK0.840.9700.54
HSL247.89º93.44%23.92%-
HSV(B)247.89º96.61%46.27%-
XYZ3.581.5317.25-
YUV21.48182.47126.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.48%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 118 (46.48% from 255) = 83.69%
R=13.48%
G=2.84%
B=83.69%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1941180.840.9700.54247.8993.4423.92
Hex134765461036f85d18
Octal23416612414106637013530
Binary10011100111011010101001100001011011011111000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130476; }

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

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

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

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

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

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

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

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