#05305E

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

Shades of Prussian Blue #05305E

Tints of Prussian Blue #05305E

Color information

#05305E (or 0x05305E) is unknown color: approx Prussian Blue. HEX triplet: 05, 30 and 5E. RGB value is (5,48,94). Sum of RGB (Red+Green+Blue) = 5+48+94=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 94 (37.11% from 255 or 63.95% from 147); Max value from RGB is 94 - color contains mainly: blue. Hex color #05305E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05305E is #FACFA1. Grayscale: #282828. Windows color (decimal): -16437154 or 6172677. OLE color: 6172677.

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

Color convert

RGB54894-
CMYK0.950.4900.63
HSL211.01º89.9%19.41%-
HSV(B)211.01º94.68%36.86%-
XYZ3.142.9510.99-
YUV40.39158.25102.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.40%
GREEN value IS 48 (19.14% from 255) = 32.65%
BLUE value IS 94 (37.11% from 255) = 63.95%
R=3.40%
G=32.65%
B=63.95%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal548940.950.4900.63211.0189.919.41
Hex5305E5F3103Fd35a13
Octal5601361376107732313223
Binary10111000010111101011111110001011111111010011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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