#05335A

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

Shades of Prussian Blue #05335A

Tints of Prussian Blue #05335A

Color information

#05335A (or 0x05335A) is unknown color: approx Prussian Blue. HEX triplet: 05, 33 and 5A. RGB value is (5,51,90). Sum of RGB (Red+Green+Blue) = 5+51+90=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 51 (20.31% from 255 or 34.93% from 146); Blue value is 90 (35.55% from 255 or 61.64% from 146); Max value from RGB is 90 - color contains mainly: blue. Hex color #05335A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05335A is #FACCA5. Grayscale: #292929. Windows color (decimal): -16436390 or 5911301. OLE color: 5911301.

HSL color Cylindrical-coordinate representation of color #05335A: hue angle of 207.53º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05335A is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB55190-
CMYK0.940.4300.65
HSL207.53º89.47%18.63%-
HSV(B)207.53º94.44%35.29%-
XYZ3.093.1410.12-
YUV41.69155.26101.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.42%
GREEN value IS 51 (20.31% from 255) = 34.93%
BLUE value IS 90 (35.55% from 255) = 61.64%
R=3.42%
G=34.93%
B=61.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal551900.940.4300.65207.5389.4718.63
Hex5335A5E2B041d05913
Octal56313213653010132013123
Binary101110011101101010111101010110100000111010000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05335A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05335A; }

 p { color: rgb(5,51,90); }

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

<style>
 a { background-color: #05335A; }

 a { background-color: rgb(5,51,90); }

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

<style>
 span { border-color: #05335A; }

 span { border-color: rgb(5,51,90); }

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