Html Css Color HEX #053971 Prussian Blue

📋 copy color: '#053971'

red 5 ◦ green 57 ◦ blue 113

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

Shades of Prussian Blue #053971

Tints of Prussian Blue #053971

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.57%

 BLUE value IS 113 (44.53% from 255) = 64.57%

R = 2.86%
G = 32.57%
B = 64.57%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#053971 (or 0x053971) is known color: Prussian Blue. HEX triplet: 05, 39 and 71. RGB value is (5,57,113). Sum of RGB (Red+Green+Blue) = 5+57+113=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 57 (22.66% from 255 or 32.57% from 175); Blue value is 113 (44.53% from 255 or 64.57% from 175); Max value from RGB is 113 - color contains mainly: blue. Hex color #053971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053971 is #FAC68E. Grayscale: #2F2F2F. Windows color (decimal): -16434831 or 7420165. OLE color: 7420165.

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

Color convert

RGB 5 57 113 -
CMYK 0.96 0.50 0 0.56
HSL 211.11º 0.92% 0.23% -
HSV(B) 211.11º 0.96% 0.44% -
XYZ 4.51 4.15 16.19 -
YUV 47.84 164.77 97.45 -
System Red Green Blue C M Y K H S L
Decimal 5 57 113 0.96 0.50 0 0.56 211.11 0.92 0.23
Hex 5 39 71 60 32 0 38 D3 5C 17
Octal 5 71 161 140 62 0 70 323 134 27
Binary 101 111001 1110001 1100000 110010 0 111000 11010011 1011100 10111

Color Harmonies of #053971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053971

Black with #053971

Text Example


Text Example

White with #053971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053971; }

 p { color: rgb(5,57,113); }

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

background-color css

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

 a { background-color: rgb(5,57,113); }

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

border-color css

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

 span { border-color: rgb(5,57,113); }

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