#01325B

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

Shades of Prussian Blue #01325B

Tints of Prussian Blue #01325B

Color information

#01325B (or 0x01325B) is unknown color: approx Prussian Blue. HEX triplet: 01, 32 and 5B. RGB value is (1,50,91). Sum of RGB (Red+Green+Blue) = 1+50+91=142 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 142); Green value is 50 (19.92% from 255 or 35.21% from 142); Blue value is 91 (35.94% from 255 or 64.08% from 142); Max value from RGB is 91 - color contains mainly: blue. Hex color #01325B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01325B is #FECDA4. Grayscale: #272727. Windows color (decimal): -16698789 or 5976577. OLE color: 5976577.

HSL color Cylindrical-coordinate representation of color #01325B: hue angle of 207.33º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01325B is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB15091-
CMYK0.990.4500.64
HSL207.33º97.83%18.04%-
HSV(B)207.33º98.9%35.69%-
XYZ3.043.0410.32-
YUV40.02156.77100.17-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.70%
GREEN value IS 50 (19.92% from 255) = 35.21%
BLUE value IS 91 (35.94% from 255) = 64.08%
R=0.70%
G=35.21%
B=64.08%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal150910.990.4500.64207.3397.8318.04
Hex1325B632D040cf6212
Octal16213314355010031714222
Binary1110010101101111000111011010100000011001111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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