#130177

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

Shades of Navy #130177

Tints of Navy #130177

Color information

#130177 (or 0x130177) is unknown color: approx Navy. HEX triplet: 13, 01 and 77. RGB value is (19,1,119). Sum of RGB (Red+Green+Blue) = 19+1+119=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 119 (46.88% from 255 or 85.61% from 139); Max value from RGB is 119 - color contains mainly: blue. Hex color #130177 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130177 is #ECFE88. Grayscale: #131313. Windows color (decimal): -15531657 or 7799059. OLE color: 7799059.

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

Color convert

RGB191119-
CMYK0.840.9900.53
HSL249.15º98.33%23.53%-
HSV(B)249.15º99.16%46.67%-
XYZ3.611.4917.55-
YUV19.83183.96127.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.67%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 119 (46.88% from 255) = 85.61%
R=13.67%
G=0.72%
B=85.61%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1911190.840.9900.53249.1598.3323.53
Hex131775463035f96218
Octal23116712414306537114230
Binary100111111011110101001100011011010111111001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130177; }

 p { color: rgb(19,1,119); }

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

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

 a { background-color: rgb(19,1,119); }

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

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

 span { border-color: rgb(19,1,119); }

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