#05445F

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

Shades of Prussian Blue #05445F

Tints of Prussian Blue #05445F

Color information

#05445F (or 0x05445F) is unknown color: approx Prussian Blue. HEX triplet: 05, 44 and 5F. RGB value is (5,68,95). Sum of RGB (Red+Green+Blue) = 5+68+95=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 68 (26.95% from 255 or 40.48% from 168); Blue value is 95 (37.5% from 255 or 56.55% from 168); Max value from RGB is 95 - color contains mainly: blue. Hex color #05445F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05445F is #FABBA0. Grayscale: #343434. Windows color (decimal): -16432033 or 6243333. OLE color: 6243333.

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

Color convert

RGB56895-
CMYK0.950.2800.63
HSL198º90%19.61%-
HSV(B)198º94.74%37.25%-
XYZ4.24.9911.57-
YUV52.24152.1394.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.98%
GREEN value IS 68 (26.95% from 255) = 40.48%
BLUE value IS 95 (37.5% from 255) = 56.55%
R=2.98%
G=40.48%
B=56.55%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal568950.950.2800.631989019.61
Hex5445F5F1C03Fc65a14
Octal51041371373407730613224
Binary10110001001011111101111111100011111111000110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05445F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05445F; }

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

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

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

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

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

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

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

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