#05415E

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

Shades of Prussian Blue #05415E

Tints of Prussian Blue #05415E

Color information

#05415E (or 0x05415E) is unknown color: approx Prussian Blue. HEX triplet: 05, 41 and 5E. RGB value is (5,65,94). Sum of RGB (Red+Green+Blue) = 5+65+94=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 94 (37.11% from 255 or 57.32% from 164); Max value from RGB is 94 - color contains mainly: blue. Hex color #05415E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05415E is #FABEA1. Grayscale: #323232. Windows color (decimal): -16432802 or 6177029. OLE color: 6177029.

HSL color Cylindrical-coordinate representation of color #05415E: hue angle of 199.55º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05415E is Cyan = 0.95, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB56594-
CMYK0.950.3100.63
HSL199.55º89.9%19.41%-
HSV(B)199.55º94.68%36.86%-
XYZ3.974.6211.27-
YUV50.37152.6295.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.05%
GREEN value IS 65 (25.78% from 255) = 39.63%
BLUE value IS 94 (37.11% from 255) = 57.32%
R=3.05%
G=39.63%
B=57.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal565940.950.3100.63199.5589.919.41
Hex5415E5F1F03Fc85a13
Octal51011361373707731013223
Binary10110000011011110101111111111011111111001000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05415E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05415E; }

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

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

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

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

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

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

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

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