#013557

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

Shades of Prussian Blue #013557

Tints of Prussian Blue #013557

Color information

#013557 (or 0x013557) is unknown color: approx Prussian Blue. HEX triplet: 01, 35 and 57. RGB value is (1,53,87). Sum of RGB (Red+Green+Blue) = 1+53+87=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 87 (34.38% from 255 or 61.70% from 141); Max value from RGB is 87 - color contains mainly: blue. Hex color #013557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013557 is #FECAA8. Grayscale: #292929. Windows color (decimal): -16698025 or 5715201. OLE color: 5715201.

HSL color Cylindrical-coordinate representation of color #013557: hue angle of 203.72º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013557 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB15387-
CMYK0.990.3900.66
HSL203.72º97.73%17.25%-
HSV(B)203.72º98.85%34.12%-
XYZ3.013.249.48-
YUV41.33153.7799.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.71%
GREEN value IS 53 (21.09% from 255) = 37.59%
BLUE value IS 87 (34.38% from 255) = 61.70%
R=0.71%
G=37.59%
B=61.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal153870.990.3900.66203.7297.7317.25
Hex135576327042cc6211
Octal16512714347010231414221
Binary1110101101011111000111001110100001011001100110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013557; }

 p { color: rgb(1,53,87); }

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

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

 a { background-color: rgb(1,53,87); }

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

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

 span { border-color: rgb(1,53,87); }

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