#130172

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

Shades of Navy #130172

Tints of Navy #130172

Color information

#130172 (or 0x130172) is unknown color: approx Navy. HEX triplet: 13, 01 and 72. RGB value is (19,1,114). Sum of RGB (Red+Green+Blue) = 19+1+114=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 114 (44.92% from 255 or 85.07% from 134); Max value from RGB is 114 - color contains mainly: blue. Hex color #130172 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130172 is #ECFE8D. Grayscale: #121212. Windows color (decimal): -15531662 or 7471379. OLE color: 7471379.

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

Color convert

RGB191114-
CMYK0.830.9900.55
HSL249.56º98.26%22.55%-
HSV(B)249.56º99.12%44.71%-
XYZ3.321.3816.01-
YUV19.26181.46127.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.18%
GREEN value IS 1 (0.78% from 255) = 0.75%
BLUE value IS 114 (44.92% from 255) = 85.07%
R=14.18%
G=0.75%
B=85.07%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1911140.830.9900.55249.5698.2622.55
Hex131725363037fa6217
Octal23116212314306737214227
Binary100111111001010100111100011011011111111010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130172; }

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

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

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

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

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

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

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

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