#052A4F

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

Shades of Prussian Blue #052A4F

Tints of Prussian Blue #052A4F

Color information

#052A4F (or 0x052A4F) is unknown color: approx Prussian Blue. HEX triplet: 05, 2A and 4F. RGB value is (5,42,79). Sum of RGB (Red+Green+Blue) = 5+42+79=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 79 (31.25% from 255 or 62.70% from 126); Max value from RGB is 79 - color contains mainly: blue. Hex color #052A4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052A4F is #FAD5B0. Grayscale: #222222. Windows color (decimal): -16438705 or 5188101. OLE color: 5188101.

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

Color convert

RGB54279-
CMYK0.940.4700.69
HSL210º88.1%16.47%-
HSV(B)210º93.67%30.98%-
XYZ2.32.257.71-
YUV35.16152.74106.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.97%
GREEN value IS 42 (16.80% from 255) = 33.33%
BLUE value IS 79 (31.25% from 255) = 62.70%
R=3.97%
G=33.33%
B=62.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal542790.940.4700.6921088.116.47
Hex52A4F5E2F045d25810
Octal55211713657010532213020
Binary101101010100111110111101011110100010111010010101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,42,79); }

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

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

 a { background-color: rgb(5,42,79); }

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

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

 span { border-color: rgb(5,42,79); }

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