#054169

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

Shades of Prussian Blue #054169

Tints of Prussian Blue #054169

Color information

#054169 (or 0x054169) is unknown color: approx Prussian Blue. HEX triplet: 05, 41 and 69. RGB value is (5,65,105). Sum of RGB (Red+Green+Blue) = 5+65+105=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 65 (25.78% from 255 or 37.14% from 175); Blue value is 105 (41.41% from 255 or 60% from 175); Max value from RGB is 105 - color contains mainly: blue. Hex color #054169 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #054169 is #FABE96. Grayscale: #333333. Windows color (decimal): -16432791 or 6897925. OLE color: 6897925.

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

Color convert

RGB565105-
CMYK0.950.3800.59
HSL204º90.91%21.57%-
HSV(B)204º95.24%41.18%-
XYZ4.54.8314.06-
YUV51.62158.1294.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.86%
GREEN value IS 65 (25.78% from 255) = 37.14%
BLUE value IS 105 (41.41% from 255) = 60%
R=2.86%
G=37.14%
B=60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5651050.950.3800.5920490.9121.57
Hex541695F2603Bcc5b16
Octal51011511374607331413326
Binary101100000111010011011111100110011101111001100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054169; }

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

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

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

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

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

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

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

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