Html Css Color HEX #053161 Prussian Blue

📋 copy color: '#053161'

red 5 ◦ green 49 ◦ blue 97

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

Shades of Prussian Blue #053161

Tints of Prussian Blue #053161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 64.24%

R = 3.31%
G = 32.45%
B = 64.24%

CMYK

 C value IS 0.95

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#053161 (or 0x053161) is known color: Prussian Blue. HEX triplet: 05, 31 and 61. RGB value is (5,49,97). Sum of RGB (Red+Green+Blue) = 5+49+97=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 97 (38.28% from 255 or 64.24% from 151); Max value from RGB is 97 - color contains mainly: blue. Hex color #053161 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053161 is #FACE9E. Grayscale: #292929. Windows color (decimal): -16436895 or 6369541. OLE color: 6369541.

HSL color Cylindrical-coordinate representation of color #053161: hue angle of 211.3º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053161 is Cyan = 0.95, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 49 97 -
CMYK 0.95 0.49 0 0.62
HSL 211.3º 0.9% 0.2% -
HSV(B) 211.3º 0.95% 0.38% -
XYZ 3.32 3.09 11.73 -
YUV 41.32 159.42 102.1 -
System Red Green Blue C M Y K H S L
Decimal 5 49 97 0.95 0.49 0 0.62 211.3 0.9 0.2
Hex 5 31 61 5F 31 0 3E D3 5A 14
Octal 5 61 141 137 61 0 76 323 132 24
Binary 101 110001 1100001 1011111 110001 0 111110 11010011 1011010 10100

Color Harmonies of #053161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053161

Black with #053161

Text Example


Text Example

White with #053161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053161; }

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

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

background-color css

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

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

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

border-color css

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

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

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