#05305D

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

Shades of Prussian Blue #05305D

Tints of Prussian Blue #05305D

Color information

#05305D (or 0x05305D) is unknown color: approx Prussian Blue. HEX triplet: 05, 30 and 5D. RGB value is (5,48,93). Sum of RGB (Red+Green+Blue) = 5+48+93=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 48 (19.14% from 255 or 32.88% from 146); Blue value is 93 (36.72% from 255 or 63.70% from 146); Max value from RGB is 93 - color contains mainly: blue. Hex color #05305D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05305D is #FACFA2. Grayscale: #282828. Windows color (decimal): -16437155 or 6107141. OLE color: 6107141.

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

Color convert

RGB54893-
CMYK0.950.4800.64
HSL210.68º89.8%19.22%-
HSV(B)210.68º94.62%36.47%-
XYZ3.12.9410.76-
YUV40.27157.75102.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.42%
GREEN value IS 48 (19.14% from 255) = 32.88%
BLUE value IS 93 (36.72% from 255) = 63.70%
R=3.42%
G=32.88%
B=63.70%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal548930.950.4800.64210.6889.819.22
Hex5305D5F30040d35a13
Octal56013513760010032313223
Binary101110000101110110111111100000100000011010011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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