#01325F

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

Shades of Prussian Blue #01325F

Tints of Prussian Blue #01325F

Color information

#01325F (or 0x01325F) is unknown color: approx Prussian Blue. HEX triplet: 01, 32 and 5F. RGB value is (1,50,95). Sum of RGB (Red+Green+Blue) = 1+50+95=146 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 95 (37.5% from 255 or 65.07% from 146); Max value from RGB is 95 - color contains mainly: blue. Hex color #01325F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01325F is #FECDA0. Grayscale: #282828. Windows color (decimal): -16698785 or 6238721. OLE color: 6238721.

HSL color Cylindrical-coordinate representation of color #01325F: hue angle of 208.72º 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 #01325F is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB15095-
CMYK0.990.4700.63
HSL208.72º97.92%18.82%-
HSV(B)208.72º98.95%37.25%-
XYZ3.223.1111.26-
YUV40.48158.7799.84-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.68%
GREEN value IS 50 (19.92% from 255) = 34.25%
BLUE value IS 95 (37.5% from 255) = 65.07%
R=0.68%
G=34.25%
B=65.07%

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
Decimal150950.990.4700.63208.7297.9218.82
Hex1325F632F03Fd16213
Octal1621371435707732114223
Binary111001010111111100011101111011111111010001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01325F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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