Html Css Color HEX #01325B Prussian Blue

📋 copy color: '#01325B'

red 1 ◦ green 50 ◦ blue 91

#01325B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #01325B

Tints of Prussian Blue #01325B

RGB

 RED value IS 1 (0.78% from 255) = 0.7%

 GREEN value IS 50 (19.92% from 255) = 35.21%

 BLUE value IS 91 (35.94% from 255) = 64.08%

R = 0.7%
G = 35.21%
B = 64.08%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#01325B (or 0x01325B) is known color: 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

RGB 1 50 91 -
CMYK 0.99 0.45 0 0.64
HSL 207.33º 0.98% 0.18% -
HSV(B) 207.33º 0.99% 0.36% -
XYZ 3.04 3.04 10.32 -
YUV 40.02 156.77 100.17 -
System Red Green Blue C M Y K H S L
Decimal 1 50 91 0.99 0.45 0 0.64 207.33 0.98 0.18
Hex 1 32 5B 63 2D 0 40 CF 62 12
Octal 1 62 133 143 55 0 100 317 142 22
Binary 1 110010 1011011 1100011 101101 0 1000000 11001111 1100010 10010

Color Harmonies of #01325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01325B

Black with #01325B

Text Example


Text Example

White with #01325B

Text Example


Text Example

HTML Codes & Css Web 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>