#013656

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

Shades of Prussian Blue #013656

Tints of Prussian Blue #013656

Color information

#013656 (or 0x013656) is unknown color: approx Prussian Blue. HEX triplet: 01, 36 and 56. RGB value is (1,54,86). Sum of RGB (Red+Green+Blue) = 1+54+86=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 54 (21.48% from 255 or 38.30% from 141); Blue value is 86 (33.98% from 255 or 60.99% from 141); Max value from RGB is 86 - color contains mainly: blue. Hex color #013656 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013656 is #FEC9A9. Grayscale: #292929. Windows color (decimal): -16697770 or 5649921. OLE color: 5649921.

HSL color Cylindrical-coordinate representation of color #013656: hue angle of 202.59º 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 #013656 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB15486-
CMYK0.990.3700.66
HSL202.59º97.7%17.06%-
HSV(B)202.59º98.84%33.73%-
XYZ3.013.329.29-
YUV41.8152.9498.9-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.71%
GREEN value IS 54 (21.48% from 255) = 38.30%
BLUE value IS 86 (33.98% from 255) = 60.99%
R=0.71%
G=38.30%
B=60.99%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal154860.990.3700.66202.5997.717.06
Hex136566325042cb6211
Octal16612614345010231314221
Binary1110110101011011000111001010100001011001011110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013656; }

 p { color: rgb(1,54,86); }

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

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

 a { background-color: rgb(1,54,86); }

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

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

 span { border-color: rgb(1,54,86); }

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