#022A4F

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

Shades of Prussian Blue #022A4F

Tints of Prussian Blue #022A4F

Color information

#022A4F (or 0x022A4F) is unknown color: approx Prussian Blue. HEX triplet: 02, 2A and 4F. RGB value is (2,42,79). Sum of RGB (Red+Green+Blue) = 2+42+79=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 79 (31.25% from 255 or 64.23% from 123); Max value from RGB is 79 - color contains mainly: blue. Hex color #022A4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022A4F is #FDD5B0. Grayscale: #222222. Windows color (decimal): -16635313 or 5188098. OLE color: 5188098.

HSL color Cylindrical-coordinate representation of color #022A4F: hue angle of 208.83º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022A4F is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB24279-
CMYK0.970.4700.69
HSL208.83º95.06%15.88%-
HSV(B)208.83º97.47%30.98%-
XYZ2.262.237.71-
YUV34.26153.25104.99-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.63%
GREEN value IS 42 (16.80% from 255) = 34.15%
BLUE value IS 79 (31.25% from 255) = 64.23%
R=1.63%
G=34.15%
B=64.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal242790.970.4700.69208.8395.0615.88
Hex22A4F612F045d15f10
Octal25211714157010532113720
Binary10101010100111111000011011110100010111010001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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