Html Css Color HEX #053472 Prussian Blue

📋 copy color: '#053472'

red 5 ◦ green 52 ◦ blue 114

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

Shades of Prussian Blue #053472

Tints of Prussian Blue #053472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 66.67%

R = 2.92%
G = 30.41%
B = 66.67%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#053472 (or 0x053472) is known color: Prussian Blue. HEX triplet: 05, 34 and 72. RGB value is (5,52,114). Sum of RGB (Red+Green+Blue) = 5+52+114=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 52 (20.70% from 255 or 30.41% from 171); Blue value is 114 (44.92% from 255 or 66.67% from 171); Max value from RGB is 114 - color contains mainly: blue. Hex color #053472 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053472 is #FACB8D. Grayscale: #2C2C2C. Windows color (decimal): -16436110 or 7484421. OLE color: 7484421.

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

Color convert

RGB 5 52 114 -
CMYK 0.96 0.54 0 0.55
HSL 214.13º 0.92% 0.23% -
HSV(B) 214.13º 0.96% 0.45% -
XYZ 4.33 3.7 16.41 -
YUV 45.02 166.93 99.46 -
System Red Green Blue C M Y K H S L
Decimal 5 52 114 0.96 0.54 0 0.55 214.13 0.92 0.23
Hex 5 34 72 60 36 0 37 D6 5C 17
Octal 5 64 162 140 66 0 67 326 134 27
Binary 101 110100 1110010 1100000 110110 0 110111 11010110 1011100 10111

Color Harmonies of #053472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053472

Black with #053472

Text Example


Text Example

White with #053472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053472; }

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

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

background-color css

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

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

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

border-color css

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

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

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