Html Css Color HEX #053071 Prussian Blue

📋 copy color: '#053071'

red 5 ◦ green 48 ◦ blue 113

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

Shades of Prussian Blue #053071

Tints of Prussian Blue #053071

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.92%

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

R = 3.01%
G = 28.92%
B = 68.07%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#053071 (or 0x053071) is known color: Prussian Blue. HEX triplet: 05, 30 and 71. RGB value is (5,48,113). Sum of RGB (Red+Green+Blue) = 5+48+113=166 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.01% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 113 (44.53% from 255 or 68.07% from 166); Max value from RGB is 113 - color contains mainly: blue. Hex color #053071 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053071 is #FACF8E. Grayscale: #2A2A2A. Windows color (decimal): -16437135 or 7417861. OLE color: 7417861.

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

Color convert

RGB 5 48 113 -
CMYK 0.96 0.58 0 0.56
HSL 216.11º 0.92% 0.23% -
HSV(B) 216.11º 0.96% 0.44% -
XYZ 4.1 3.34 16.05 -
YUV 42.55 167.75 101.21 -
System Red Green Blue C M Y K H S L
Decimal 5 48 113 0.96 0.58 0 0.56 216.11 0.92 0.23
Hex 5 30 71 60 3A 0 38 D8 5C 17
Octal 5 60 161 140 72 0 70 330 134 27
Binary 101 110000 1110001 1100000 111010 0 111000 11011000 1011100 10111

Color Harmonies of #053071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053071

Black with #053071

Text Example


Text Example

White with #053071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053071; }

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

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

background-color css

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

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

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

border-color css

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

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

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