#013272

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

Shades of Prussian Blue #013272

Tints of Prussian Blue #013272

Color information

#013272 (or 0x013272) is unknown color: approx Prussian Blue. HEX triplet: 01, 32 and 72. RGB value is (1,50,114). Sum of RGB (Red+Green+Blue) = 1+50+114=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 114 (44.92% from 255 or 69.09% from 165); Max value from RGB is 114 - color contains mainly: blue. Hex color #013272 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013272 is #FECD8D. Grayscale: #2A2A2A. Windows color (decimal): -16698766 or 7483905. OLE color: 7483905.

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

Color convert

RGB150114-
CMYK0.990.5600.55
HSL213.98º98.26%22.55%-
HSV(B)213.98º99.12%44.71%-
XYZ4.193.516.37-
YUV42.64168.2798.3-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.61%
GREEN value IS 50 (19.92% from 255) = 30.30%
BLUE value IS 114 (44.92% from 255) = 69.09%
R=0.61%
G=30.30%
B=69.09%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1501140.990.5600.55213.9898.2622.55
Hex132726338037d66217
Octal1621621437006732614227
Binary111001011100101100011111000011011111010110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013272; }

 p { color: rgb(1,50,114); }

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

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

 a { background-color: rgb(1,50,114); }

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

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

 span { border-color: rgb(1,50,114); }

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