Html Css Color HEX #053A73 Prussian Blue

📋 copy color: '#053A73'

red 5 ◦ green 58 ◦ blue 115

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

Shades of Prussian Blue #053A73

Tints of Prussian Blue #053A73

RGB

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

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

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

R = 2.81%
G = 32.58%
B = 64.61%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#053A73 (or 0x053A73) is known color: Prussian Blue. HEX triplet: 05, 3A and 73. RGB value is (5,58,115). Sum of RGB (Red+Green+Blue) = 5+58+115=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 58 (23.05% from 255 or 32.58% from 178); Blue value is 115 (45.31% from 255 or 64.61% from 178); Max value from RGB is 115 - color contains mainly: blue. Hex color #053A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A73 is #FAC58C. Grayscale: #303030. Windows color (decimal): -16434573 or 7551493. OLE color: 7551493.

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

Color convert

RGB 5 58 115 -
CMYK 0.96 0.50 0 0.55
HSL 211.09º 0.92% 0.24% -
HSV(B) 211.09º 0.96% 0.45% -
XYZ 4.67 4.3 16.8 -
YUV 48.65 165.44 96.87 -
System Red Green Blue C M Y K H S L
Decimal 5 58 115 0.96 0.50 0 0.55 211.09 0.92 0.24
Hex 5 3A 73 60 32 0 37 D3 5C 18
Octal 5 72 163 140 62 0 67 323 134 30
Binary 101 111010 1110011 1100000 110010 0 110111 11010011 1011100 11000

Color Harmonies of #053A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053A73

Black with #053A73

Text Example


Text Example

White with #053A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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