#002D59

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

Shades of Prussian Blue #002D59

Tints of Prussian Blue #002D59

Color information

#002D59 (or 0x002D59) is unknown color: approx Prussian Blue. HEX triplet: 00, 2D and 59. RGB value is (0,45,89). Sum of RGB (Red+Green+Blue) = 0+45+89=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 89 (35.16% from 255 or 66.42% from 134); Max value from RGB is 89 - color contains mainly: blue. Hex color #002D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002D59 is #FFD2A6. Grayscale: #242424. Windows color (decimal): -16765607 or 5844224. OLE color: 5844224.

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

Color convert

RGB04589-
CMYK10.4900.65
HSL209.66º100%17.45%-
HSV(B)209.66º100%34.9%-
XYZ2.742.69.81-
YUV36.56157.59101.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 45 (17.97% from 255) = 33.58%
BLUE value IS 89 (35.16% from 255) = 66.42%
R=0%
G=33.58%
B=66.42%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal0458910.4900.65209.6610017.45
Hex02D596431041d26411
Octal05513114461010132214421
Binary0101101101100111001001100010100000111010010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002D59; }

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

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

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

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

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

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

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

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