#022A5B

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

Shades of Prussian Blue #022A5B

Tints of Prussian Blue #022A5B

Color information

#022A5B (or 0x022A5B) is unknown color: approx Prussian Blue. HEX triplet: 02, 2A and 5B. RGB value is (2,42,91). Sum of RGB (Red+Green+Blue) = 2+42+91=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 91 (35.94% from 255 or 67.41% from 135); Max value from RGB is 91 - color contains mainly: blue. Hex color #022A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022A5B is #FDD5A4. Grayscale: #232323. Windows color (decimal): -16635301 or 5974530. OLE color: 5974530.

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

Color convert

RGB24291-
CMYK0.980.5400.64
HSL213.03º95.7%18.24%-
HSV(B)213.03º97.8%35.69%-
XYZ2.742.4210.22-
YUV35.63159.25104.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.48%
GREEN value IS 42 (16.80% from 255) = 31.11%
BLUE value IS 91 (35.94% from 255) = 67.41%
R=1.48%
G=31.11%
B=67.41%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal242910.980.5400.64213.0395.718.24
Hex22A5B6236040d56012
Octal25213314266010032514022
Binary10101010101101111000101101100100000011010101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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