#053075

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

Shades of Prussian Blue #053075

Tints of Prussian Blue #053075

Color information

#053075 (or 0x053075) is unknown color: approx Prussian Blue. HEX triplet: 05, 30 and 75. RGB value is (5,48,117). Sum of RGB (Red+Green+Blue) = 5+48+117=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 117 (46.09% from 255 or 68.82% from 170); Max value from RGB is 117 - color contains mainly: blue. Hex color #053075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053075 is #FACF8A. Grayscale: #2A2A2A. Windows color (decimal): -16437131 or 7680005. OLE color: 7680005.

HSL color Cylindrical-coordinate representation of color #053075: hue angle of 216.96º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053075 is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB548117-
CMYK0.960.5900.54
HSL216.96º91.8%23.92%-
HSV(B)216.96º95.73%45.88%-
XYZ4.333.4317.26-
YUV43.01169.75100.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.94%
GREEN value IS 48 (19.14% from 255) = 28.24%
BLUE value IS 117 (46.09% from 255) = 68.82%
R=2.94%
G=28.24%
B=68.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5481170.960.5900.54216.9691.823.92
Hex53075603B036d95c18
Octal5601651407306633113430
Binary10111000011101011100000111011011011011011001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053075; }

 p { color: rgb(5,48,117); }

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

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

 a { background-color: rgb(5,48,117); }

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

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

 span { border-color: rgb(5,48,117); }

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