#05405E

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

Shades of Prussian Blue #05405E

Tints of Prussian Blue #05405E

Color information

#05405E (or 0x05405E) is unknown color: approx Prussian Blue. HEX triplet: 05, 40 and 5E. RGB value is (5,64,94). Sum of RGB (Red+Green+Blue) = 5+64+94=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 94 (37.11% from 255 or 57.67% from 163); Max value from RGB is 94 - color contains mainly: blue. Hex color #05405E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05405E is #FABFA1. Grayscale: #313131. Windows color (decimal): -16433058 or 6176773. OLE color: 6176773.

HSL color Cylindrical-coordinate representation of color #05405E: hue angle of 200.22º 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 #05405E is Cyan = 0.95, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB56494-
CMYK0.950.3200.63
HSL200.22º89.9%19.41%-
HSV(B)200.22º94.68%36.86%-
XYZ3.924.5111.25-
YUV49.78152.9596.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 64 (25.39% from 255) = 39.26%
BLUE value IS 94 (37.11% from 255) = 57.67%
R=3.07%
G=39.26%
B=57.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal564940.950.3200.63200.2289.919.41
Hex5405E5F2003Fc85a13
Octal51001361374007731013223
Binary101100000010111101011111100000011111111001000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05405E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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