Html Css Color HEX #053261 Prussian Blue

📋 copy color: '#053261'

red 5 ◦ green 50 ◦ blue 97

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

Shades of Prussian Blue #053261

Tints of Prussian Blue #053261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.89%

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

R = 3.29%
G = 32.89%
B = 63.82%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#053261 (or 0x053261) is known color: Prussian Blue. HEX triplet: 05, 32 and 61. RGB value is (5,50,97). Sum of RGB (Red+Green+Blue) = 5+50+97=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 97 (38.28% from 255 or 63.82% from 152); Max value from RGB is 97 - color contains mainly: blue. Hex color #053261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053261 is #FACD9E. Grayscale: #292929. Windows color (decimal): -16436639 or 6369797. OLE color: 6369797.

HSL color Cylindrical-coordinate representation of color #053261: hue angle of 210.65º 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 #053261 is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 5 50 97 -
CMYK 0.95 0.48 0 0.62
HSL 210.65º 0.9% 0.2% -
HSV(B) 210.65º 0.95% 0.38% -
XYZ 3.36 3.18 11.75 -
YUV 41.9 159.09 101.68 -
System Red Green Blue C M Y K H S L
Decimal 5 50 97 0.95 0.48 0 0.62 210.65 0.9 0.2
Hex 5 32 61 5F 30 0 3E D3 5A 14
Octal 5 62 141 137 60 0 76 323 132 24
Binary 101 110010 1100001 1011111 110000 0 111110 11010011 1011010 10100

Color Harmonies of #053261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053261

Black with #053261

Text Example


Text Example

White with #053261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053261; }

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

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

background-color css

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

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

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

border-color css

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

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

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