#022F78

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

Shades of Prussian Blue #022F78

Tints of Prussian Blue #022F78

Color information

#022F78 (or 0x022F78) is unknown color: approx Prussian Blue. HEX triplet: 02, 2F and 78. RGB value is (2,47,120). Sum of RGB (Red+Green+Blue) = 2+47+120=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 47 (18.75% from 255 or 27.81% from 169); Blue value is 120 (47.27% from 255 or 71.01% from 169); Max value from RGB is 120 - color contains mainly: blue. Hex color #022F78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022F78 is #FDD087. Grayscale: #292929. Windows color (decimal): -16633992 or 7876354. OLE color: 7876354.

HSL color Cylindrical-coordinate representation of color #022F78: hue angle of 217.12º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022F78 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB247120-
CMYK0.980.6100.53
HSL217.12º96.72%23.92%-
HSV(B)217.12º98.33%47.06%-
XYZ4.433.418.19-
YUV41.87172.0999.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 47 (18.75% from 255) = 27.81%
BLUE value IS 120 (47.27% from 255) = 71.01%
R=1.18%
G=27.81%
B=71.01%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2471200.980.6100.53217.1296.7223.92
Hex22F78623D035d96118
Octal2571701427506533114130
Binary1010111111110001100010111101011010111011001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,47,120); }

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

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

 a { background-color: rgb(2,47,120); }

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

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

 span { border-color: rgb(2,47,120); }

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