Html Css Color HEX #053373 Prussian Blue

📋 copy color: '#053373'

red 5 ◦ green 51 ◦ blue 115

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

Shades of Prussian Blue #053373

Tints of Prussian Blue #053373

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.82%

 BLUE value IS 115 (45.31% from 255) = 67.25%

R = 2.92%
G = 29.82%
B = 67.25%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#053373 (or 0x053373) is known color: Prussian Blue. HEX triplet: 05, 33 and 73. RGB value is (5,51,115). Sum of RGB (Red+Green+Blue) = 5+51+115=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 115 (45.31% from 255 or 67.25% from 171); Max value from RGB is 115 - color contains mainly: blue. Hex color #053373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053373 is #FACC8C. Grayscale: #2C2C2C. Windows color (decimal): -16436365 or 7549701. OLE color: 7549701.

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

Color convert

RGB 5 51 115 -
CMYK 0.96 0.56 0 0.55
HSL 214.91º 0.92% 0.24% -
HSV(B) 214.91º 0.96% 0.45% -
XYZ 4.34 3.64 16.69 -
YUV 44.54 167.76 99.8 -
System Red Green Blue C M Y K H S L
Decimal 5 51 115 0.96 0.56 0 0.55 214.91 0.92 0.24
Hex 5 33 73 60 38 0 37 D7 5C 18
Octal 5 63 163 140 70 0 67 327 134 30
Binary 101 110011 1110011 1100000 111000 0 110111 11010111 1011100 11000

Color Harmonies of #053373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053373

Black with #053373

Text Example


Text Example

White with #053373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053373; }

 p { color: rgb(5,51,115); }

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

background-color css

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

 a { background-color: rgb(5,51,115); }

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

border-color css

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

 span { border-color: rgb(5,51,115); }

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