#053074

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

Shades of Prussian Blue #053074

Tints of Prussian Blue #053074

Color information

#053074 (or 0x053074) is unknown color: approx Prussian Blue. HEX triplet: 05, 30 and 74. RGB value is (5,48,116). Sum of RGB (Red+Green+Blue) = 5+48+116=169 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.96% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 116 (45.70% from 255 or 68.64% from 169); Max value from RGB is 116 - color contains mainly: blue. Hex color #053074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053074 is #FACF8B. Grayscale: #2A2A2A. Windows color (decimal): -16437132 or 7614469. OLE color: 7614469.

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

Color convert

RGB548116-
CMYK0.960.5900.55
HSL216.76º91.74%23.73%-
HSV(B)216.76º95.69%45.49%-
XYZ4.273.4116.96-
YUV42.9169.25100.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.96%
GREEN value IS 48 (19.14% from 255) = 28.40%
BLUE value IS 116 (45.70% from 255) = 68.64%
R=2.96%
G=28.40%
B=68.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5481160.960.5900.55216.7691.7423.73
Hex53074603B037d95c18
Octal5601641407306733113430
Binary10111000011101001100000111011011011111011001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053074; }

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

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

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

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

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

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

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

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