#05335E

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

Shades of Prussian Blue #05335E

Tints of Prussian Blue #05335E

Color information

#05335E (or 0x05335E) is unknown color: approx Prussian Blue. HEX triplet: 05, 33 and 5E. RGB value is (5,51,94). Sum of RGB (Red+Green+Blue) = 5+51+94=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 94 (37.11% from 255 or 62.67% from 150); Max value from RGB is 94 - color contains mainly: blue. Hex color #05335E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05335E is #FACCA1. Grayscale: #292929. Windows color (decimal): -16436386 or 6173445. OLE color: 6173445.

HSL color Cylindrical-coordinate representation of color #05335E: hue angle of 208.99º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05335E is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB55194-
CMYK0.950.4600.63
HSL208.99º89.9%19.41%-
HSV(B)208.99º94.68%36.86%-
XYZ3.273.2111.04-
YUV42.15157.26101.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.33%
GREEN value IS 51 (20.31% from 255) = 34%
BLUE value IS 94 (37.11% from 255) = 62.67%
R=3.33%
G=34%
B=62.67%

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
Decimal551940.950.4600.63208.9989.919.41
Hex5335E5F2E03Fd15a13
Octal5631361375607732113223
Binary10111001110111101011111101110011111111010001101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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