Html Css Color HEX #053371 Prussian Blue

📋 copy color: '#053371'

red 5 ◦ green 51 ◦ blue 113

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

Shades of Prussian Blue #053371

Tints of Prussian Blue #053371

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.18%

 BLUE value IS 113 (44.53% from 255) = 66.86%

R = 2.96%
G = 30.18%
B = 66.86%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#053371 (or 0x053371) is known color: Prussian Blue. HEX triplet: 05, 33 and 71. RGB value is (5,51,113). Sum of RGB (Red+Green+Blue) = 5+51+113=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 51 (20.31% from 255 or 30.18% from 169); Blue value is 113 (44.53% from 255 or 66.86% from 169); Max value from RGB is 113 - color contains mainly: blue. Hex color #053371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053371 is #FACC8E. Grayscale: #2C2C2C. Windows color (decimal): -16436367 or 7418629. OLE color: 7418629.

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

Color convert

RGB 5 51 113 -
CMYK 0.96 0.55 0 0.56
HSL 214.44º 0.92% 0.23% -
HSV(B) 214.44º 0.96% 0.44% -
XYZ 4.23 3.59 16.09 -
YUV 44.31 166.76 99.96 -
System Red Green Blue C M Y K H S L
Decimal 5 51 113 0.96 0.55 0 0.56 214.44 0.92 0.23
Hex 5 33 71 60 37 0 38 D6 5C 17
Octal 5 63 161 140 67 0 70 326 134 27
Binary 101 110011 1110001 1100000 110111 0 111000 11010110 1011100 10111

Color Harmonies of #053371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053371

Black with #053371

Text Example


Text Example

White with #053371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053371; }

 p { color: rgb(5,51,113); }

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

background-color css

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

 a { background-color: rgb(5,51,113); }

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

border-color css

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

 span { border-color: rgb(5,51,113); }

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