Html Css Color HEX #05325C Prussian Blue

📋 copy color: '#05325C'

red 5 ◦ green 50 ◦ blue 92

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

Shades of Prussian Blue #05325C

Tints of Prussian Blue #05325C

RGB

 RED value IS 5 (2.34% from 255) = 3.4%

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

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

R = 3.4%
G = 34.01%
B = 62.59%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#05325C (or 0x05325C) is known color: Prussian Blue. HEX triplet: 05, 32 and 5C. RGB value is (5,50,92). Sum of RGB (Red+Green+Blue) = 5+50+92=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 92 (36.33% from 255 or 62.59% from 147); Max value from RGB is 92 - color contains mainly: blue. Hex color #05325C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05325C is #FACDA3. Grayscale: #292929. Windows color (decimal): -16436644 or 6042117. OLE color: 6042117.

HSL color Cylindrical-coordinate representation of color #05325C: hue angle of 208.97º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05325C is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 5 50 92 -
CMYK 0.95 0.46 0 0.64
HSL 208.97º 0.9% 0.19% -
HSV(B) 208.97º 0.95% 0.36% -
XYZ 3.13 3.09 10.56 -
YUV 41.33 156.59 102.08 -
System Red Green Blue C M Y K H S L
Decimal 5 50 92 0.95 0.46 0 0.64 208.97 0.9 0.19
Hex 5 32 5C 5F 2E 0 40 D1 5A 13
Octal 5 62 134 137 56 0 100 321 132 23
Binary 101 110010 1011100 1011111 101110 0 1000000 11010001 1011010 10011

Color Harmonies of #05325C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05325C

Black with #05325C

Text Example


Text Example

White with #05325C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #05325C;
 }
 .AnyTagClassName
 {
   color: #05325C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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