#013a71

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

Shades of Prussian Blue #013A71

Tints of Prussian Blue #013A71

Color information

#013A71 (or 0x013A71) is unknown color: approx Prussian Blue. HEX triplet: 01, 3A and 71. RGB value is (1,58,113). Sum of RGB (Red+Green+Blue) = 1+58+113=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 113 (44.53% from 255 or 65.70% from 172); Max value from RGB is 113 - color contains mainly: blue. Hex color #013A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013A71 is #FEC58E. Grayscale: #2E2E2E. Windows color (decimal): -16696719 or 7420417. OLE color: 7420417.

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

Color convert

RGB158113-
CMYK0.990.4900.56
HSL209.46º98.25%22.35%-
HSV(B)209.46º99.12%44.31%-
XYZ4.514.2216.2-
YUV47.23165.1295.03-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.58%
GREEN value IS 58 (23.05% from 255) = 33.72%
BLUE value IS 113 (44.53% from 255) = 65.70%
R=0.58%
G=33.72%
B=65.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1581130.990.4900.56209.4698.2522.35
Hex13A716331038d16216
Octal1721611436107032114226
Binary111101011100011100011110001011100011010001110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013a71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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