Html Css Color HEX #053473 Prussian Blue

📋 copy color: '#053473'

red 5 ◦ green 52 ◦ blue 115

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

Shades of Prussian Blue #053473

Tints of Prussian Blue #053473

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.23%

 BLUE value IS 115 (45.31% from 255) = 66.86%

R = 2.91%
G = 30.23%
B = 66.86%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#053473 (or 0x053473) is known color: Prussian Blue. HEX triplet: 05, 34 and 73. RGB value is (5,52,115). Sum of RGB (Red+Green+Blue) = 5+52+115=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 115 (45.31% from 255 or 66.86% from 172); Max value from RGB is 115 - color contains mainly: blue. Hex color #053473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053473 is #FACB8C. Grayscale: #2C2C2C. Windows color (decimal): -16436109 or 7549957. OLE color: 7549957.

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

Color convert

RGB 5 52 115 -
CMYK 0.96 0.55 0 0.55
HSL 214.36º 0.92% 0.24% -
HSV(B) 214.36º 0.96% 0.45% -
XYZ 4.39 3.73 16.71 -
YUV 45.13 167.43 99.38 -
System Red Green Blue C M Y K H S L
Decimal 5 52 115 0.96 0.55 0 0.55 214.36 0.92 0.24
Hex 5 34 73 60 37 0 37 D6 5C 18
Octal 5 64 163 140 67 0 67 326 134 30
Binary 101 110100 1110011 1100000 110111 0 110111 11010110 1011100 11000

Color Harmonies of #053473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053473

Black with #053473

Text Example


Text Example

White with #053473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053473; }

 p { color: rgb(5,52,115); }

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

background-color css

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

 a { background-color: rgb(5,52,115); }

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

border-color css

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

 span { border-color: rgb(5,52,115); }

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