#022A59

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

Shades of Prussian Blue #022A59

Tints of Prussian Blue #022A59

Color information

#022A59 (or 0x022A59) is unknown color: approx Prussian Blue. HEX triplet: 02, 2A and 59. RGB value is (2,42,89). Sum of RGB (Red+Green+Blue) = 2+42+89=133 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.50% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 89 (35.16% from 255 or 66.92% from 133); Max value from RGB is 89 - color contains mainly: blue. Hex color #022A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022A59 is #FDD5A6. Grayscale: #232323. Windows color (decimal): -16635303 or 5843458. OLE color: 5843458.

HSL color Cylindrical-coordinate representation of color #022A59: hue angle of 212.41º 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 #022A59 is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB24289-
CMYK0.980.5300.65
HSL212.41º95.6%17.84%-
HSV(B)212.41º97.75%34.9%-
XYZ2.662.399.77-
YUV35.4158.25104.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.50%
GREEN value IS 42 (16.80% from 255) = 31.58%
BLUE value IS 89 (35.16% from 255) = 66.92%
R=1.50%
G=31.58%
B=66.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal242890.980.5300.65212.4195.617.84
Hex22A596235041d46012
Octal25213114265010132414022
Binary10101010101100111000101101010100000111010100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022A59; }

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

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

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

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

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

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

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

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