#05335B

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

Shades of Prussian Blue #05335B

Tints of Prussian Blue #05335B

Color information

#05335B (or 0x05335B) is unknown color: approx Prussian Blue. HEX triplet: 05, 33 and 5B. RGB value is (5,51,91). Sum of RGB (Red+Green+Blue) = 5+51+91=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #05335B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05335B is #FACCA4. Grayscale: #292929. Windows color (decimal): -16436389 or 5976837. OLE color: 5976837.

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

Color convert

RGB55191-
CMYK0.950.4400.64
HSL207.91º89.58%18.82%-
HSV(B)207.91º94.51%35.69%-
XYZ3.133.1610.34-
YUV41.81155.76101.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.40%
GREEN value IS 51 (20.31% from 255) = 34.69%
BLUE value IS 91 (35.94% from 255) = 61.90%
R=3.40%
G=34.69%
B=61.90%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal551910.950.4400.64207.9189.5818.82
Hex5335B5F2C040d05a13
Octal56313313754010032013223
Binary101110011101101110111111011000100000011010000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05335B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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