#130075

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

Shades of Navy #130075

Tints of Navy #130075

Color information

#130075 (or 0x130075) is unknown color: approx Navy. HEX triplet: 13, 00 and 75. RGB value is (19,0,117). Sum of RGB (Red+Green+Blue) = 19+0+117=136 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.97% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 117 (46.09% from 255 or 86.03% from 136); Max value from RGB is 117 - color contains mainly: blue. Hex color #130075 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130075 is #ECFF8A. Grayscale: #121212. Windows color (decimal): -15531915 or 7667731. OLE color: 7667731.

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

Color convert

RGB190117-
CMYK0.84100.54
HSL249.74º100%22.94%-
HSV(B)249.74º100%45.88%-
XYZ3.481.4216.92-
YUV19.02183.29127.99-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.97%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 86.03%
R=13.97%
G=0%
B=86.03%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1901170.84100.54249.7410022.94
Hex130755464036fa6417
Octal23016512414406637214427
Binary100110111010110101001100100011011011111010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130075; }

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

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

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

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

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

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

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

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