#05305C

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

Shades of Prussian Blue #05305C

Tints of Prussian Blue #05305C

Color information

#05305C (or 0x05305C) is unknown color: approx Prussian Blue. HEX triplet: 05, 30 and 5C. RGB value is (5,48,92). Sum of RGB (Red+Green+Blue) = 5+48+92=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 92 (36.33% from 255 or 63.45% from 145); Max value from RGB is 92 - color contains mainly: blue. Hex color #05305C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05305C is #FACFA3. Grayscale: #272727. Windows color (decimal): -16437156 or 6041605. OLE color: 6041605.

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

Color convert

RGB54892-
CMYK0.950.4800.64
HSL210.34º89.69%19.02%-
HSV(B)210.34º94.57%36.08%-
XYZ3.052.9210.53-
YUV40.16157.25102.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.45%
GREEN value IS 48 (19.14% from 255) = 33.10%
BLUE value IS 92 (36.33% from 255) = 63.45%
R=3.45%
G=33.10%
B=63.45%

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
Decimal548920.950.4800.64210.3489.6919.02
Hex5305C5F30040d25a13
Octal56013413760010032213223
Binary101110000101110010111111100000100000011010010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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