#01325E

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

Shades of Prussian Blue #01325E

Tints of Prussian Blue #01325E

Color information

#01325E (or 0x01325E) is unknown color: approx Prussian Blue. HEX triplet: 01, 32 and 5E. RGB value is (1,50,94). Sum of RGB (Red+Green+Blue) = 1+50+94=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 94 (37.11% from 255 or 64.83% from 145); Max value from RGB is 94 - color contains mainly: blue. Hex color #01325E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01325E is #FECDA1. Grayscale: #282828. Windows color (decimal): -16698786 or 6173185. OLE color: 6173185.

HSL color Cylindrical-coordinate representation of color #01325E: hue angle of 208.39º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01325E is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB15094-
CMYK0.990.4700.63
HSL208.39º97.89%18.63%-
HSV(B)208.39º98.94%36.86%-
XYZ3.173.111.02-
YUV40.36158.2799.92-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 94 (37.11% from 255) = 64.83%
R=0.69%
G=34.48%
B=64.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal150940.990.4700.63208.3997.8918.63
Hex1325E632F03Fd06213
Octal1621361435707732014223
Binary111001010111101100011101111011111111010000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01325E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01325E; }

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

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

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

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

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

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

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

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