#130175

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

Shades of Navy #130175

Tints of Navy #130175

Color information

#130175 (or 0x130175) is unknown color: approx Navy. HEX triplet: 13, 01 and 75. RGB value is (19,1,117). Sum of RGB (Red+Green+Blue) = 19+1+117=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 117 (46.09% from 255 or 85.40% from 137); Max value from RGB is 117 - color contains mainly: blue. Hex color #130175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130175 is #ECFE8A. Grayscale: #131313. Windows color (decimal): -15531659 or 7667987. OLE color: 7667987.

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

Color convert

RGB191117-
CMYK0.840.9900.54
HSL249.31º98.31%23.14%-
HSV(B)249.31º99.15%45.88%-
XYZ3.491.4416.92-
YUV19.61182.96127.57-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.87%
GREEN value IS 1 (0.78% from 255) = 0.73%
BLUE value IS 117 (46.09% from 255) = 85.40%
R=13.87%
G=0.73%
B=85.40%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1911170.840.9900.54249.3198.3123.14
Hex131755463036f96217
Octal23116512414306637114227
Binary100111111010110101001100011011011011111001110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130175; }

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

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

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

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

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

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

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

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