#05305F

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

Shades of Prussian Blue #05305F

Tints of Prussian Blue #05305F

Color information

#05305F (or 0x05305F) is unknown color: approx Prussian Blue. HEX triplet: 05, 30 and 5F. RGB value is (5,48,95). Sum of RGB (Red+Green+Blue) = 5+48+95=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 48 (19.14% from 255 or 32.43% from 148); Blue value is 95 (37.5% from 255 or 64.19% from 148); Max value from RGB is 95 - color contains mainly: blue. Hex color #05305F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05305F is #FACFA0. Grayscale: #282828. Windows color (decimal): -16437153 or 6238213. OLE color: 6238213.

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

Color convert

RGB54895-
CMYK0.950.4900.63
HSL211.33º90%19.61%-
HSV(B)211.33º94.74%37.25%-
XYZ3.192.9711.23-
YUV40.5158.75102.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.38%
GREEN value IS 48 (19.14% from 255) = 32.43%
BLUE value IS 95 (37.5% from 255) = 64.19%
R=3.38%
G=32.43%
B=64.19%

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
Decimal548950.950.4900.63211.339019.61
Hex5305F5F3103Fd35a14
Octal5601371376107732313224
Binary10111000010111111011111110001011111111010011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05305F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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