#053068

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

Shades of Prussian Blue #053068

Tints of Prussian Blue #053068

Color information

#053068 (or 0x053068) is unknown color: approx Prussian Blue. HEX triplet: 05, 30 and 68. RGB value is (5,48,104). Sum of RGB (Red+Green+Blue) = 5+48+104=157 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.18% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 104 (41.02% from 255 or 66.24% from 157); Max value from RGB is 104 - color contains mainly: blue. Hex color #053068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053068 is #FACF97. Grayscale: #292929. Windows color (decimal): -16437144 or 6828037. OLE color: 6828037.

HSL color Cylindrical-coordinate representation of color #053068: hue angle of 213.94º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053068 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB548104-
CMYK0.950.5400.59
HSL213.94º90.83%21.37%-
HSV(B)213.94º95.19%40.78%-
XYZ3.623.1513.51-
YUV41.53163.25101.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.18%
GREEN value IS 48 (19.14% from 255) = 30.57%
BLUE value IS 104 (41.02% from 255) = 66.24%
R=3.18%
G=30.57%
B=66.24%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5481040.950.5400.59213.9490.8321.37
Hex530685F3603Bd65b15
Octal5601501376607332613325
Binary10111000011010001011111110110011101111010110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053068; }

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

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

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

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

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

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

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

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