#01325C

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

Shades of Prussian Blue #01325C

Tints of Prussian Blue #01325C

Color information

#01325C (or 0x01325C) is unknown color: approx Prussian Blue. HEX triplet: 01, 32 and 5C. RGB value is (1,50,92). Sum of RGB (Red+Green+Blue) = 1+50+92=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 92 (36.33% from 255 or 64.34% from 143); Max value from RGB is 92 - color contains mainly: blue. Hex color #01325C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01325C is #FECDA3. Grayscale: #272727. Windows color (decimal): -16698788 or 6042113. OLE color: 6042113.

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

Color convert

RGB15092-
CMYK0.990.4600.64
HSL207.69º97.85%18.24%-
HSV(B)207.69º98.91%36.08%-
XYZ3.083.0610.55-
YUV40.14157.27100.08-

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) = 34.97%
BLUE value IS 92 (36.33% from 255) = 64.34%
R=0.70%
G=34.97%
B=64.34%

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
Decimal150920.990.4600.64207.6997.8518.24
Hex1325C632E040d06212
Octal16213414356010032014222
Binary1110010101110011000111011100100000011010000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01325C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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