#002E59

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

Shades of Prussian Blue #002E59

Tints of Prussian Blue #002E59

Color information

#002E59 (or 0x002E59) is unknown color: approx Prussian Blue. HEX triplet: 00, 2E and 59. RGB value is (0,46,89). Sum of RGB (Red+Green+Blue) = 0+46+89=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 46 (18.36% from 255 or 34.07% from 135); Blue value is 89 (35.16% from 255 or 65.93% from 135); Max value from RGB is 89 - color contains mainly: blue. Hex color #002E59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002E59 is #FFD1A6. Grayscale: #242424. Windows color (decimal): -16765351 or 5844480. OLE color: 5844480.

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

Color convert

RGB04689-
CMYK10.4800.65
HSL208.99º100%17.45%-
HSV(B)208.99º100%34.9%-
XYZ2.782.689.82-
YUV37.15157.26101.5-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 46 (18.36% from 255) = 34.07%
BLUE value IS 89 (35.16% from 255) = 65.93%
R=0%
G=34.07%
B=65.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal0468910.4800.65208.9910017.45
Hex02E596430041d16411
Octal05613114460010132114421
Binary0101110101100111001001100000100000111010001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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