#013561

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

Shades of Prussian Blue #013561

Tints of Prussian Blue #013561

Color information

#013561 (or 0x013561) is unknown color: approx Prussian Blue. HEX triplet: 01, 35 and 61. RGB value is (1,53,97). Sum of RGB (Red+Green+Blue) = 1+53+97=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 97 (38.28% from 255 or 64.24% from 151); Max value from RGB is 97 - color contains mainly: blue. Hex color #013561 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013561 is #FECA9E. Grayscale: #2A2A2A. Windows color (decimal): -16698015 or 6370561. OLE color: 6370561.

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

Color convert

RGB15397-
CMYK0.990.4500.62
HSL207.5º97.96%19.22%-
HSV(B)207.5º98.97%38.04%-
XYZ3.443.4211.79-
YUV42.47158.7798.42-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.66%
GREEN value IS 53 (21.09% from 255) = 35.10%
BLUE value IS 97 (38.28% from 255) = 64.24%
R=0.66%
G=35.10%
B=64.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal153970.990.4500.62207.597.9619.22
Hex13561632D03Ed06213
Octal1651411435507632014223
Binary111010111000011100011101101011111011010000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013561; }

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

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

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

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

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

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

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

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