#013159

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

Shades of Prussian Blue #013159

Tints of Prussian Blue #013159

Color information

#013159 (or 0x013159) is unknown color: approx Prussian Blue. HEX triplet: 01, 31 and 59. RGB value is (1,49,89). Sum of RGB (Red+Green+Blue) = 1+49+89=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #013159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013159 is #FECEA6. Grayscale: #272727. Windows color (decimal): -16699047 or 5845249. OLE color: 5845249.

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

Color convert

RGB14989-
CMYK0.990.4500.65
HSL207.27º97.78%17.65%-
HSV(B)207.27º98.88%34.9%-
XYZ2.912.929.86-
YUV39.21156.1100.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 49 (19.53% from 255) = 35.25%
BLUE value IS 89 (35.16% from 255) = 64.03%
R=0.72%
G=35.25%
B=64.03%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal149890.990.4500.65207.2797.7817.65
Hex13159632D041cf6212
Octal16113114355010131714222
Binary1110001101100111000111011010100000111001111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013159; }

 p { color: rgb(1,49,89); }

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

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

 a { background-color: rgb(1,49,89); }

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

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

 span { border-color: rgb(1,49,89); }

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