#013773

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

Shades of Prussian Blue #013773

Tints of Prussian Blue #013773

Color information

#013773 (or 0x013773) is unknown color: approx Prussian Blue. HEX triplet: 01, 37 and 73. RGB value is (1,55,115). Sum of RGB (Red+Green+Blue) = 1+55+115=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 55 (21.88% from 255 or 32.16% from 171); Blue value is 115 (45.31% from 255 or 67.25% from 171); Max value from RGB is 115 - color contains mainly: blue. Hex color #013773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013773 is #FEC88C. Grayscale: #2D2D2D. Windows color (decimal): -16697485 or 7550721. OLE color: 7550721.

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

Color convert

RGB155115-
CMYK0.990.5200.55
HSL211.58º98.28%22.75%-
HSV(B)211.58º99.13%45.1%-
XYZ4.473.9816.75-
YUV45.69167.1196.12-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 55 (21.88% from 255) = 32.16%
BLUE value IS 115 (45.31% from 255) = 67.25%
R=0.58%
G=32.16%
B=67.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1551150.990.5200.55211.5898.2822.75
Hex137736334037d46217
Octal1671631436406732414227
Binary111011111100111100011110100011011111010100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013773; }

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

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

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

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

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

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

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

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