#022F6D

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

Shades of Prussian Blue #022F6D

Tints of Prussian Blue #022F6D

Color information

#022F6D (or 0x022F6D) is unknown color: approx Prussian Blue. HEX triplet: 02, 2F and 6D. RGB value is (2,47,109). Sum of RGB (Red+Green+Blue) = 2+47+109=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 109 (42.97% from 255 or 68.99% from 158); Max value from RGB is 109 - color contains mainly: blue. Hex color #022F6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022F6D is #FDD092. Grayscale: #282828. Windows color (decimal): -16634003 or 7155458. OLE color: 7155458.

HSL color Cylindrical-coordinate representation of color #022F6D: hue angle of 214.77º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022F6D is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB247109-
CMYK0.980.5700.57
HSL214.77º96.4%21.76%-
HSV(B)214.77º98.17%42.75%-
XYZ3.83.1514.88-
YUV40.61166.59100.46-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 47 (18.75% from 255) = 29.75%
BLUE value IS 109 (42.97% from 255) = 68.99%
R=1.27%
G=29.75%
B=68.99%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2471090.980.5700.57214.7796.421.76
Hex22F6D6239039d76016
Octal2571551427107132714026
Binary1010111111011011100010111001011100111010111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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