#054469

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

Shades of Prussian Blue #054469

Tints of Prussian Blue #054469

Color information

#054469 (or 0x054469) is unknown color: approx Prussian Blue. HEX triplet: 05, 44 and 69. RGB value is (5,68,105). Sum of RGB (Red+Green+Blue) = 5+68+105=178 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.81% from 178); Green value is 68 (26.95% from 255 or 38.20% from 178); Blue value is 105 (41.41% from 255 or 58.99% from 178); Max value from RGB is 105 - color contains mainly: blue. Hex color #054469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054469 is #FABB96. Grayscale: #353535. Windows color (decimal): -16432023 or 6898693. OLE color: 6898693.

HSL color Cylindrical-coordinate representation of color #054469: hue angle of 202.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 #054469 is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB568105-
CMYK0.950.3500.59
HSL202.2º90.91%21.57%-
HSV(B)202.2º95.24%41.18%-
XYZ4.685.1914.12-
YUV53.38157.1393.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.81%
GREEN value IS 68 (26.95% from 255) = 38.20%
BLUE value IS 105 (41.41% from 255) = 58.99%
R=2.81%
G=38.20%
B=58.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5681050.950.3500.59202.290.9121.57
Hex544695F2303Bca5b16
Octal51041511374307331213326
Binary101100010011010011011111100011011101111001010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054469; }

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

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

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

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

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

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

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

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