#130272

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

Shades of Navy #130272

Tints of Navy #130272

Color information

#130272 (or 0x130272) is unknown color: approx Navy. HEX triplet: 13, 02 and 72. RGB value is (19,2,114). Sum of RGB (Red+Green+Blue) = 19+2+114=135 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.07% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 114 (44.92% from 255 or 84.44% from 135); Max value from RGB is 114 - color contains mainly: blue. Hex color #130272 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130272 is #ECFD8D. Grayscale: #131313. Windows color (decimal): -15531406 or 7471635. OLE color: 7471635.

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

Color convert

RGB192114-
CMYK0.830.9800.55
HSL249.11º96.55%22.75%-
HSV(B)249.11º98.25%44.71%-
XYZ3.331.416.01-
YUV19.85181.13127.39-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.07%
GREEN value IS 2 (1.17% from 255) = 1.48%
BLUE value IS 114 (44.92% from 255) = 84.44%
R=14.07%
G=1.48%
B=84.44%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1921140.830.9800.55249.1196.5522.75
Hex132725362037f96117
Octal23216212314206737114127
Binary1001110111001010100111100010011011111111001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130272; }

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

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

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

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

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

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

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

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