#130079

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

Shades of Navy #130079

Tints of Navy #130079

Color information

#130079 (or 0x130079) is unknown color: approx Navy. HEX triplet: 13, 00 and 79. RGB value is (19,0,121). Sum of RGB (Red+Green+Blue) = 19+0+121=140 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.57% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 121 (47.66% from 255 or 86.43% from 140); Max value from RGB is 121 - color contains mainly: blue. Hex color #130079 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130079 is #ECFF86. Grayscale: #131313. Windows color (decimal): -15531911 or 7929875. OLE color: 7929875.

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

Color convert

RGB190121-
CMYK0.84100.53
HSL249.42º100%23.73%-
HSV(B)249.42º100%47.45%-
XYZ3.721.5218.19-
YUV19.48185.29127.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.57%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 121 (47.66% from 255) = 86.43%
R=13.57%
G=0%
B=86.43%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1901210.84100.53249.4210023.73
Hex130795464035f96418
Octal23017112414406537114430
Binary100110111100110101001100100011010111111001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130079; }

 p { color: rgb(19,0,121); }

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

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

 a { background-color: rgb(19,0,121); }

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

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

 span { border-color: rgb(19,0,121); }

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