#053069

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

Shades of Prussian Blue #053069

Tints of Prussian Blue #053069

Color information

#053069 (or 0x053069) is unknown color: approx Prussian Blue. HEX triplet: 05, 30 and 69. RGB value is (5,48,105). Sum of RGB (Red+Green+Blue) = 5+48+105=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 48 (19.14% from 255 or 30.38% from 158); Blue value is 105 (41.41% from 255 or 66.46% from 158); Max value from RGB is 105 - color contains mainly: blue. Hex color #053069 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053069 is #FACF96. Grayscale: #292929. Windows color (decimal): -16437143 or 6893573. OLE color: 6893573.

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

Color convert

RGB548105-
CMYK0.950.5400.59
HSL214.2º90.91%21.57%-
HSV(B)214.2º95.24%41.18%-
XYZ3.673.1713.78-
YUV41.64163.75101.87-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.16%
GREEN value IS 48 (19.14% from 255) = 30.38%
BLUE value IS 105 (41.41% from 255) = 66.46%
R=3.16%
G=30.38%
B=66.46%

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
Decimal5481050.950.5400.59214.290.9121.57
Hex530695F3603Bd65b16
Octal5601511376607332613326
Binary10111000011010011011111110110011101111010110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053069; }

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

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

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

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

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

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

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

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