#01325D

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

Shades of Prussian Blue #01325D

Tints of Prussian Blue #01325D

Color information

#01325D (or 0x01325D) is unknown color: approx Prussian Blue. HEX triplet: 01, 32 and 5D. RGB value is (1,50,93). Sum of RGB (Red+Green+Blue) = 1+50+93=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #01325D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01325D is #FECDA2. Grayscale: #282828. Windows color (decimal): -16698787 or 6107649. OLE color: 6107649.

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

Color convert

RGB15093-
CMYK0.990.4600.64
HSL208.04º97.87%18.43%-
HSV(B)208.04º98.92%36.47%-
XYZ3.133.0810.79-
YUV40.25157.77100-

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.72%
BLUE value IS 93 (36.72% from 255) = 64.58%
R=0.69%
G=34.72%
B=64.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal150930.990.4600.64208.0497.8718.43
Hex1325D632E040d06212
Octal16213514356010032014222
Binary1110010101110111000111011100100000011010000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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