#130072

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

Shades of Navy #130072

Tints of Navy #130072

Color information

#130072 (or 0x130072) is unknown color: approx Navy. HEX triplet: 13, 00 and 72. RGB value is (19,0,114). Sum of RGB (Red+Green+Blue) = 19+0+114=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 114 (44.92% from 255 or 85.71% from 133); Max value from RGB is 114 - color contains mainly: blue. Hex color #130072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130072 is #ECFF8D. Grayscale: #121212. Windows color (decimal): -15531918 or 7471123. OLE color: 7471123.

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

Color convert

RGB190114-
CMYK0.83100.55
HSL250º100%22.35%-
HSV(B)250º100%44.71%-
XYZ3.311.3516.01-
YUV18.68181.79128.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 85.71%
R=14.29%
G=0%
B=85.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1901140.83100.5525010022.35
Hex130725364037fa6416
Octal23016212314406737214426
Binary100110111001010100111100100011011111111010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130072; }

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

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

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

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

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

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

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

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