#022959

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

Shades of Prussian Blue #022959

Tints of Prussian Blue #022959

Color information

#022959 (or 0x022959) is unknown color: approx Prussian Blue. HEX triplet: 02, 29 and 59. RGB value is (2,41,89). Sum of RGB (Red+Green+Blue) = 2+41+89=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 89 (35.16% from 255 or 67.42% from 132); Max value from RGB is 89 - color contains mainly: blue. Hex color #022959 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022959 is #FDD6A6. Grayscale: #222222. Windows color (decimal): -16635559 or 5843202. OLE color: 5843202.

HSL color Cylindrical-coordinate representation of color #022959: hue angle of 213.1º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022959 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB24189-
CMYK0.980.5400.65
HSL213.1º95.6%17.84%-
HSV(B)213.1º97.75%34.9%-
XYZ2.622.329.76-
YUV34.81158.58104.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.52%
GREEN value IS 41 (16.41% from 255) = 31.06%
BLUE value IS 89 (35.16% from 255) = 67.42%
R=1.52%
G=31.06%
B=67.42%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal241890.980.5400.65213.195.617.84
Hex229596236041d56012
Octal25113114266010132514022
Binary10101001101100111000101101100100000111010101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022959; }

 p { color: rgb(2,41,89); }

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

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

 a { background-color: rgb(2,41,89); }

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

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

 span { border-color: rgb(2,41,89); }

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