#003259

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

Shades of Prussian Blue #003259

Tints of Prussian Blue #003259

Color information

#003259 (or 0x003259) is unknown color: approx Prussian Blue. HEX triplet: 00, 32 and 59. RGB value is (0,50,89). Sum of RGB (Red+Green+Blue) = 0+50+89=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 89 (35.16% from 255 or 64.03% from 139); Max value from RGB is 89 - color contains mainly: blue. Hex color #003259 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003259 is #FFCDA6. Grayscale: #272727. Windows color (decimal): -16764327 or 5845504. OLE color: 5845504.

HSL color Cylindrical-coordinate representation of color #003259: hue angle of 206.29º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003259 is Cyan = 1, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB05089-
CMYK10.4400.65
HSL206.29º100%17.45%-
HSV(B)206.29º100%34.9%-
XYZ2.9439.88-
YUV39.5155.9499.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 50 (19.92% from 255) = 35.97%
BLUE value IS 89 (35.16% from 255) = 64.03%
R=0%
G=35.97%
B=64.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal0508910.4400.65206.2910017.45
Hex03259642C041ce6411
Octal06213114454010131614421
Binary0110010101100111001001011000100000111001110110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003259; }

 p { color: rgb(0,50,89); }

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

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

 a { background-color: rgb(0,50,89); }

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

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

 span { border-color: rgb(0,50,89); }

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