Html Css Color HEX #05326F Prussian Blue

📋 copy color: '#05326F'

red 5 ◦ green 50 ◦ blue 111

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

Shades of Prussian Blue #05326F

Tints of Prussian Blue #05326F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 66.87%

R = 3.01%
G = 30.12%
B = 66.87%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#05326F (or 0x05326F) is known color: Prussian Blue. HEX triplet: 05, 32 and 6F. RGB value is (5,50,111). Sum of RGB (Red+Green+Blue) = 5+50+111=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 50 (19.92% from 255 or 30.12% from 166); Blue value is 111 (43.75% from 255 or 66.87% from 166); Max value from RGB is 111 - color contains mainly: blue. Hex color #05326F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05326F is #FACD90. Grayscale: #2B2B2B. Windows color (decimal): -16436625 or 7287301. OLE color: 7287301.

HSL color Cylindrical-coordinate representation of color #05326F: hue angle of 214.53º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05326F is Cyan = 0.95, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 50 111 -
CMYK 0.95 0.55 0 0.56
HSL 214.53º 0.91% 0.23% -
HSV(B) 214.53º 0.95% 0.44% -
XYZ 4.07 3.46 15.49 -
YUV 43.5 166.09 100.54 -
System Red Green Blue C M Y K H S L
Decimal 5 50 111 0.95 0.55 0 0.56 214.53 0.91 0.23
Hex 5 32 6F 5F 37 0 38 D7 5B 17
Octal 5 62 157 137 67 0 70 327 133 27
Binary 101 110010 1101111 1011111 110111 0 111000 11010111 1011011 10111

Color Harmonies of #05326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05326F

Black with #05326F

Text Example


Text Example

White with #05326F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05326F; }

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

 H1.HeaderClassName
 {
   color: #05326F;
 }
 .AnyTagClassName
 {
   color: #05326F;
 }
</style>

background-color css

<style>
 a { background-color: #05326F; }

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

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

border-color css

<style>
 span { border-color: #05326F; }

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

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