#05335F

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

Shades of Prussian Blue #05335F

Tints of Prussian Blue #05335F

Color information

#05335F (or 0x05335F) is unknown color: approx Prussian Blue. HEX triplet: 05, 33 and 5F. RGB value is (5,51,95). Sum of RGB (Red+Green+Blue) = 5+51+95=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 95 (37.5% from 255 or 62.91% from 151); Max value from RGB is 95 - color contains mainly: blue. Hex color #05335F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05335F is #FACCA0. Grayscale: #2A2A2A. Windows color (decimal): -16436385 or 6238981. OLE color: 6238981.

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

Color convert

RGB55195-
CMYK0.950.4600.63
HSL209.33º90%19.61%-
HSV(B)209.33º94.74%37.25%-
XYZ3.313.2311.27-
YUV42.26157.76101.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.31%
GREEN value IS 51 (20.31% from 255) = 33.77%
BLUE value IS 95 (37.5% from 255) = 62.91%
R=3.31%
G=33.77%
B=62.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal551950.950.4600.63209.339019.61
Hex5335F5F2E03Fd15a14
Octal5631371375607732113224
Binary10111001110111111011111101110011111111010001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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