Html Css Color HEX #053A72 Prussian Blue

📋 copy color: '#053A72'

red 5 ◦ green 58 ◦ blue 114

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

Shades of Prussian Blue #053A72

Tints of Prussian Blue #053A72

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.77%

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

R = 2.82%
G = 32.77%
B = 64.41%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#053A72 (or 0x053A72) is known color: Prussian Blue. HEX triplet: 05, 3A and 72. RGB value is (5,58,114). Sum of RGB (Red+Green+Blue) = 5+58+114=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 58 (23.05% from 255 or 32.77% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #053A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A72 is #FAC58D. Grayscale: #303030. Windows color (decimal): -16434574 or 7485957. OLE color: 7485957.

HSL color Cylindrical-coordinate representation of color #053A72: hue angle of 210.83º 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 #053A72 is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 58 114 -
CMYK 0.96 0.49 0 0.55
HSL 210.83º 0.92% 0.23% -
HSV(B) 210.83º 0.96% 0.45% -
XYZ 4.61 4.27 16.5 -
YUV 48.54 164.94 96.95 -
System Red Green Blue C M Y K H S L
Decimal 5 58 114 0.96 0.49 0 0.55 210.83 0.92 0.23
Hex 5 3A 72 60 31 0 37 D3 5C 17
Octal 5 72 162 140 61 0 67 323 134 27
Binary 101 111010 1110010 1100000 110001 0 110111 11010011 1011100 10111

Color Harmonies of #053A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A72

Black with #053A72

Text Example


Text Example

White with #053A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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