#013356

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

Shades of Prussian Blue #013356

Tints of Prussian Blue #013356

Color information

#013356 (or 0x013356) is unknown color: approx Prussian Blue. HEX triplet: 01, 33 and 56. RGB value is (1,51,86). Sum of RGB (Red+Green+Blue) = 1+51+86=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 86 (33.98% from 255 or 62.32% from 138); Max value from RGB is 86 - color contains mainly: blue. Hex color #013356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013356 is #FECCA9. Grayscale: #272727. Windows color (decimal): -16698538 or 5649153. OLE color: 5649153.

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

Color convert

RGB15186-
CMYK0.990.4100.66
HSL204.71º97.7%17.06%-
HSV(B)204.71º98.84%33.73%-
XYZ2.883.059.24-
YUV40.04153.94100.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 51 (20.31% from 255) = 36.96%
BLUE value IS 86 (33.98% from 255) = 62.32%
R=0.72%
G=36.96%
B=62.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal151860.990.4100.66204.7197.717.06
Hex133566329042cd6211
Octal16312614351010231514221
Binary1110011101011011000111010010100001011001101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013356; }

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

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

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

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

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

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

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

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