#052E63

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

Shades of Prussian Blue #052E63

Tints of Prussian Blue #052E63

Color information

#052E63 (or 0x052E63) is unknown color: approx Prussian Blue. HEX triplet: 05, 2E and 63. RGB value is (5,46,99). Sum of RGB (Red+Green+Blue) = 5+46+99=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 99 (39.06% from 255 or 66% from 150); Max value from RGB is 99 - color contains mainly: blue. Hex color #052E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E63 is #FAD19C. Grayscale: #272727. Windows color (decimal): -16437661 or 6499845. OLE color: 6499845.

HSL color Cylindrical-coordinate representation of color #052E63: hue angle of 213.83º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052E63 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB54699-
CMYK0.950.5400.61
HSL213.83º90.38%20.39%-
HSV(B)213.83º94.95%38.82%-
XYZ3.292.8912.19-
YUV39.78161.42103.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.33%
GREEN value IS 46 (18.36% from 255) = 30.67%
BLUE value IS 99 (39.06% from 255) = 66%
R=3.33%
G=30.67%
B=66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal546990.950.5400.61213.8390.3820.39
Hex52E635F3603Dd65a14
Octal5561431376607532613224
Binary10110111011000111011111110110011110111010110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,46,99); }

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

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

 a { background-color: rgb(5,46,99); }

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

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

 span { border-color: rgb(5,46,99); }

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