#013470

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

Shades of Prussian Blue #013470

Tints of Prussian Blue #013470

Color information

#013470 (or 0x013470) is unknown color: approx Prussian Blue. HEX triplet: 01, 34 and 70. RGB value is (1,52,112). Sum of RGB (Red+Green+Blue) = 1+52+112=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 52 (20.70% from 255 or 31.52% from 165); Blue value is 112 (44.14% from 255 or 67.88% from 165); Max value from RGB is 112 - color contains mainly: blue. Hex color #013470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013470 is #FECB8F. Grayscale: #2B2B2B. Windows color (decimal): -16698256 or 7353345. OLE color: 7353345.

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

Color convert

RGB152112-
CMYK0.990.5400.56
HSL212.43º98.23%22.16%-
HSV(B)212.43º99.11%43.92%-
XYZ4.173.6315.81-
YUV43.59166.697.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 52 (20.70% from 255) = 31.52%
BLUE value IS 112 (44.14% from 255) = 67.88%
R=0.61%
G=31.52%
B=67.88%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1521120.990.5400.56212.4398.2322.16
Hex134706336038d46216
Octal1641601436607032414226
Binary111010011100001100011110110011100011010100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013470; }

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

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

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

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

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

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

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

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