#05415B

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

Shades of Prussian Blue #05415B

Tints of Prussian Blue #05415B

Color information

#05415B (or 0x05415B) is unknown color: approx Prussian Blue. HEX triplet: 05, 41 and 5B. RGB value is (5,65,91). Sum of RGB (Red+Green+Blue) = 5+65+91=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 65 (25.78% from 255 or 40.37% from 161); Blue value is 91 (35.94% from 255 or 56.52% from 161); Max value from RGB is 91 - color contains mainly: blue. Hex color #05415B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05415B is #FABEA4. Grayscale: #313131. Windows color (decimal): -16432805 or 5980421. OLE color: 5980421.

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

Color convert

RGB56591-
CMYK0.950.2900.64
HSL198.14º89.58%18.82%-
HSV(B)198.14º94.51%35.69%-
XYZ3.844.5710.58-
YUV50.02151.1295.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.11%
GREEN value IS 65 (25.78% from 255) = 40.37%
BLUE value IS 91 (35.94% from 255) = 56.52%
R=3.11%
G=40.37%
B=56.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal565910.950.2900.64198.1489.5818.82
Hex5415B5F1D040c65a13
Octal510113313735010030613223
Binary101100000110110111011111111010100000011000110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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