#013473

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

Shades of Prussian Blue #013473

Tints of Prussian Blue #013473

Color information

#013473 (or 0x013473) is unknown color: approx Prussian Blue. HEX triplet: 01, 34 and 73. RGB value is (1,52,115). Sum of RGB (Red+Green+Blue) = 1+52+115=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 52 (20.70% from 255 or 30.95% from 168); Blue value is 115 (45.31% from 255 or 68.45% from 168); Max value from RGB is 115 - color contains mainly: blue. Hex color #013473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013473 is #FECB8C. Grayscale: #2B2B2B. Windows color (decimal): -16698253 or 7549953. OLE color: 7549953.

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

Color convert

RGB152115-
CMYK0.990.5500.55
HSL213.16º98.28%22.75%-
HSV(B)213.16º99.13%45.1%-
XYZ4.343.716.71-
YUV43.93168.197.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.60%
GREEN value IS 52 (20.70% from 255) = 30.95%
BLUE value IS 115 (45.31% from 255) = 68.45%
R=0.60%
G=30.95%
B=68.45%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1521150.990.5500.55213.1698.2822.75
Hex134736337037d56217
Octal1641631436706732514227
Binary111010011100111100011110111011011111010101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013473; }

 p { color: rgb(1,52,115); }

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

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

 a { background-color: rgb(1,52,115); }

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

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

 span { border-color: rgb(1,52,115); }

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