#003059

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

Shades of Prussian Blue #003059

Tints of Prussian Blue #003059

Color information

#003059 (or 0x003059) is unknown color: approx Prussian Blue. HEX triplet: 00, 30 and 59. RGB value is (0,48,89). Sum of RGB (Red+Green+Blue) = 0+48+89=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 48 (19.14% from 255 or 35.04% from 137); Blue value is 89 (35.16% from 255 or 64.96% from 137); Max value from RGB is 89 - color contains mainly: blue. Hex color #003059 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003059 is #FFCFA6. Grayscale: #262626. Windows color (decimal): -16764839 or 5844992. OLE color: 5844992.

HSL color Cylindrical-coordinate representation of color #003059: hue angle of 207.64º 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 #003059 is Cyan = 1, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB04889-
CMYK10.4600.65
HSL207.64º100%17.45%-
HSV(B)207.64º100%34.9%-
XYZ2.862.849.85-
YUV38.32156.6100.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 48 (19.14% from 255) = 35.04%
BLUE value IS 89 (35.16% from 255) = 64.96%
R=0%
G=35.04%
B=64.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal0488910.4600.65207.6410017.45
Hex03059642E041d06411
Octal06013114456010132014421
Binary0110000101100111001001011100100000111010000110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003059; }

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

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

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

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

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

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

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

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