#013371

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

Shades of Prussian Blue #013371

Tints of Prussian Blue #013371

Color information

#013371 (or 0x013371) is unknown color: approx Prussian Blue. HEX triplet: 01, 33 and 71. RGB value is (1,51,113). Sum of RGB (Red+Green+Blue) = 1+51+113=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 113 (44.53% from 255 or 68.48% from 165); Max value from RGB is 113 - color contains mainly: blue. Hex color #013371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013371 is #FECC8E. Grayscale: #2A2A2A. Windows color (decimal): -16698511 or 7418625. OLE color: 7418625.

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

Color convert

RGB151113-
CMYK0.990.5500.56
HSL213.21º98.25%22.35%-
HSV(B)213.21º99.12%44.31%-
XYZ4.183.5716.09-
YUV43.12167.4497.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 51 (20.31% from 255) = 30.91%
BLUE value IS 113 (44.53% from 255) = 68.48%
R=0.61%
G=30.91%
B=68.48%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1511130.990.5500.56213.2198.2522.35
Hex133716337038d56216
Octal1631611436707032514226
Binary111001111100011100011110111011100011010101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013371; }

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

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

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

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

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

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

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

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