#022F51

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

Shades of Prussian Blue #022F51

Tints of Prussian Blue #022F51

Color information

#022F51 (or 0x022F51) is unknown color: approx Prussian Blue. HEX triplet: 02, 2F and 51. RGB value is (2,47,81). Sum of RGB (Red+Green+Blue) = 2+47+81=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 47 (18.75% from 255 or 36.15% from 130); Blue value is 81 (32.03% from 255 or 62.31% from 130); Max value from RGB is 81 - color contains mainly: blue. Hex color #022F51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022F51 is #FDD0AE. Grayscale: #252525. Windows color (decimal): -16634031 or 5320450. OLE color: 5320450.

HSL color Cylindrical-coordinate representation of color #022F51: hue angle of 205.82º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022F51 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB24781-
CMYK0.980.4200.68
HSL205.82º95.18%16.27%-
HSV(B)205.82º97.53%31.76%-
XYZ2.532.648.16-
YUV37.42152.59102.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.54%
GREEN value IS 47 (18.75% from 255) = 36.15%
BLUE value IS 81 (32.03% from 255) = 62.31%
R=1.54%
G=36.15%
B=62.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal247810.980.4200.68205.8295.1816.27
Hex22F51622A044ce5f10
Octal25712114252010431613720
Binary10101111101000111000101010100100010011001110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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