Html Css Color HEX #01325C Prussian Blue

📋 copy color: '#01325C'

red 1 ◦ green 50 ◦ blue 92

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

Shades of Prussian Blue #01325C

Tints of Prussian Blue #01325C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 64.34%

R = 0.7%
G = 34.97%
B = 64.34%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

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

RGB 1 50 92 -
CMYK 0.99 0.46 0 0.64
HSL 207.69º 0.98% 0.18% -
HSV(B) 207.69º 0.99% 0.36% -
XYZ 3.08 3.06 10.55 -
YUV 40.14 157.27 100.08 -
System Red Green Blue C M Y K H S L
Decimal 1 50 92 0.99 0.46 0 0.64 207.69 0.98 0.18
Hex 1 32 5C 63 2E 0 40 D0 62 12
Octal 1 62 134 143 56 0 100 320 142 22
Binary 1 110010 1011100 1100011 101110 0 1000000 11010000 1100010 10010

Color Harmonies of #01325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01325C

Black with #01325C

Text Example


Text Example

White with #01325C

Text Example


Text Example

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