Html Css Color HEX #053178 Prussian Blue

📋 copy color: '#053178'

red 5 ◦ green 49 ◦ blue 120

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

Shades of Prussian Blue #053178

Tints of Prussian Blue #053178

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.16%

 BLUE value IS 120 (47.27% from 255) = 68.97%

R = 2.87%
G = 28.16%
B = 68.97%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#053178 (or 0x053178) is known color: Prussian Blue. HEX triplet: 05, 31 and 78. RGB value is (5,49,120). Sum of RGB (Red+Green+Blue) = 5+49+120=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 120 (47.27% from 255 or 68.97% from 174); Max value from RGB is 120 - color contains mainly: blue. Hex color #053178 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053178 is #FACE87. Grayscale: #2B2B2B. Windows color (decimal): -16436872 or 7876869. OLE color: 7876869.

HSL color Cylindrical-coordinate representation of color #053178: hue angle of 217.04º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053178 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 49 120 -
CMYK 0.96 0.59 0 0.53
HSL 217.04º 0.92% 0.25% -
HSV(B) 217.04º 0.96% 0.47% -
XYZ 4.55 3.58 18.22 -
YUV 43.94 170.92 100.23 -
System Red Green Blue C M Y K H S L
Decimal 5 49 120 0.96 0.59 0 0.53 217.04 0.92 0.25
Hex 5 31 78 60 3B 0 35 D9 5C 19
Octal 5 61 170 140 73 0 65 331 134 31
Binary 101 110001 1111000 1100000 111011 0 110101 11011001 1011100 11001

Color Harmonies of #053178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053178

Black with #053178

Text Example


Text Example

White with #053178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053178; }

 p { color: rgb(5,49,120); }

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

background-color css

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

 a { background-color: rgb(5,49,120); }

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

border-color css

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

 span { border-color: rgb(5,49,120); }

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