#013D71

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

Shades of Prussian Blue #013D71

Tints of Prussian Blue #013D71

Color information

#013D71 (or 0x013D71) is unknown color: approx Prussian Blue. HEX triplet: 01, 3D and 71. RGB value is (1,61,113). Sum of RGB (Red+Green+Blue) = 1+61+113=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 61 (24.22% from 255 or 34.86% from 175); Blue value is 113 (44.53% from 255 or 64.57% from 175); Max value from RGB is 113 - color contains mainly: blue. Hex color #013D71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013D71 is #FEC28E. Grayscale: #303030. Windows color (decimal): -16695951 or 7421185. OLE color: 7421185.

HSL color Cylindrical-coordinate representation of color #013D71: hue angle of 207.86º 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 #013D71 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB161113-
CMYK0.990.4600.56
HSL207.86º98.25%22.35%-
HSV(B)207.86º99.12%44.31%-
XYZ4.664.5416.25-
YUV48.99164.1293.77-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 61 (24.22% from 255) = 34.86%
BLUE value IS 113 (44.53% from 255) = 64.57%
R=0.57%
G=34.86%
B=64.57%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1611130.990.4600.56207.8698.2522.35
Hex13D71632E038d06216
Octal1751611435607032014226
Binary111110111100011100011101110011100011010000110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013D71; }

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

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

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

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

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

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

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

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