#013156

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

Shades of Prussian Blue #013156

Tints of Prussian Blue #013156

Color information

#013156 (or 0x013156) is unknown color: approx Prussian Blue. HEX triplet: 01, 31 and 56. RGB value is (1,49,86). Sum of RGB (Red+Green+Blue) = 1+49+86=136 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 86 (33.98% from 255 or 63.24% from 136); Max value from RGB is 86 - color contains mainly: blue. Hex color #013156 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013156 is #FECEA9. Grayscale: #262626. Windows color (decimal): -16699050 or 5648641. OLE color: 5648641.

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

Color convert

RGB14986-
CMYK0.990.4300.66
HSL206.12º97.7%17.06%-
HSV(B)206.12º98.84%33.73%-
XYZ2.792.879.21-
YUV38.87154.6100.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 49 (19.53% from 255) = 36.03%
BLUE value IS 86 (33.98% from 255) = 63.24%
R=0.74%
G=36.03%
B=63.24%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal149860.990.4300.66206.1297.717.06
Hex13156632B042ce6211
Octal16112614353010231614221
Binary1110001101011011000111010110100001011001110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013156; }

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

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

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

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

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

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

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

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