#022955

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

Shades of Prussian Blue #022955

Tints of Prussian Blue #022955

Color information

#022955 (or 0x022955) is unknown color: approx Prussian Blue. HEX triplet: 02, 29 and 55. RGB value is (2,41,85). Sum of RGB (Red+Green+Blue) = 2+41+85=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 85 (33.59% from 255 or 66.41% from 128); Max value from RGB is 85 - color contains mainly: blue. Hex color #022955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022955 is #FDD6AA. Grayscale: #222222. Windows color (decimal): -16635563 or 5581058. OLE color: 5581058.

HSL color Cylindrical-coordinate representation of color #022955: hue angle of 211.81º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022955 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB24185-
CMYK0.980.5200.67
HSL211.81º95.4%17.06%-
HSV(B)211.81º97.65%33.33%-
XYZ2.462.258.9-
YUV34.35156.58104.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.56%
GREEN value IS 41 (16.41% from 255) = 32.03%
BLUE value IS 85 (33.59% from 255) = 66.41%
R=1.56%
G=32.03%
B=66.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal241850.980.5200.67211.8195.417.06
Hex229556234043d45f11
Octal25112514264010332413721
Binary10101001101010111000101101000100001111010100101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022955; }

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

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

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

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

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

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

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

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