#052B4D

Color #052B4D Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #052B4D

Tints of Prussian Blue #052B4D

Color information

#052B4D (or 0x052B4D) is unknown color: approx Prussian Blue. HEX triplet: 05, 2B and 4D. RGB value is (5,43,77). Sum of RGB (Red+Green+Blue) = 5+43+77=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 43 (17.19% from 255 or 34.4% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #052B4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052B4D is #FAD4B2. Grayscale: #232323. Windows color (decimal): -16438451 or 5057285. OLE color: 5057285.

HSL color Cylindrical-coordinate representation of color #052B4D: hue angle of 208.33º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052B4D is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB54377-
CMYK0.940.4400.70
HSL208.33º87.8%16.08%-
HSV(B)208.33º93.51%30.2%-
XYZ2.272.37.34-
YUV35.51151.41106.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4%
GREEN value IS 43 (17.19% from 255) = 34.4%
BLUE value IS 77 (30.47% from 255) = 61.6%
R=4%
G=34.4%
B=61.6%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal543770.940.4400.70208.3387.816.08
Hex52B4D5E2C046d05810
Octal55311513654010632013020
Binary101101011100110110111101011000100011011010000101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052B4D; }

 p { color: rgb(5,43,77); }

 H1.HeaderClassName
 {
   color: #052B4D;
 }
 .AnyTagClassName
 {
   color: #052B4D;
 }
</style>
background-color css

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

 a { background-color: rgb(5,43,77); }

 div.DivClassName
 {
   background-color: #052B4D;
 }
 .BgClassName
 {
   background-color: #052B4D;
 }
</style>
border-color css

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

 span { border-color: rgb(5,43,77); }

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