#022A58

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

Shades of Prussian Blue #022A58

Tints of Prussian Blue #022A58

Color information

#022A58 (or 0x022A58) is unknown color: approx Prussian Blue. HEX triplet: 02, 2A and 58. RGB value is (2,42,88). Sum of RGB (Red+Green+Blue) = 2+42+88=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 88 (34.77% from 255 or 66.67% from 132); Max value from RGB is 88 - color contains mainly: blue. Hex color #022A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022A58 is #FDD5A7. Grayscale: #232323. Windows color (decimal): -16635304 or 5777922. OLE color: 5777922.

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

Color convert

RGB24288-
CMYK0.980.5200.65
HSL212.09º95.56%17.65%-
HSV(B)212.09º97.73%34.51%-
XYZ2.612.379.55-
YUV35.28157.75104.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.52%
GREEN value IS 42 (16.80% from 255) = 31.82%
BLUE value IS 88 (34.77% from 255) = 66.67%
R=1.52%
G=31.82%
B=66.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal242880.980.5200.65212.0995.5617.65
Hex22A586234041d46012
Octal25213014264010132414022
Binary10101010101100011000101101000100000111010100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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