Html Css Color HEX #053174 Prussian Blue

📋 copy color: '#053174'

red 5 ◦ green 49 ◦ blue 116

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

Shades of Prussian Blue #053174

Tints of Prussian Blue #053174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 68.24%

R = 2.94%
G = 28.82%
B = 68.24%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#053174 (or 0x053174) is known color: Prussian Blue. HEX triplet: 05, 31 and 74. RGB value is (5,49,116). Sum of RGB (Red+Green+Blue) = 5+49+116=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 49 (19.53% from 255 or 28.82% from 170); Blue value is 116 (45.70% from 255 or 68.24% from 170); Max value from RGB is 116 - color contains mainly: blue. Hex color #053174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053174 is #FACE8B. Grayscale: #2B2B2B. Windows color (decimal): -16436876 or 7614725. OLE color: 7614725.

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

Color convert

RGB 5 49 116 -
CMYK 0.96 0.58 0 0.55
HSL 216.22º 0.92% 0.24% -
HSV(B) 216.22º 0.96% 0.45% -
XYZ 4.31 3.49 16.97 -
YUV 43.48 168.92 100.55 -
System Red Green Blue C M Y K H S L
Decimal 5 49 116 0.96 0.58 0 0.55 216.22 0.92 0.24
Hex 5 31 74 60 3A 0 37 D8 5C 18
Octal 5 61 164 140 72 0 67 330 134 30
Binary 101 110001 1110100 1100000 111010 0 110111 11011000 1011100 11000

Color Harmonies of #053174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053174

Black with #053174

Text Example


Text Example

White with #053174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053174; }

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

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

background-color css

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

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

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

border-color css

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

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

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