#022F4F

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

Shades of Prussian Blue #022F4F

Tints of Prussian Blue #022F4F

Color information

#022F4F (or 0x022F4F) is unknown color: approx Prussian Blue. HEX triplet: 02, 2F and 4F. RGB value is (2,47,79). Sum of RGB (Red+Green+Blue) = 2+47+79=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 47 (18.75% from 255 or 36.72% from 128); Blue value is 79 (31.25% from 255 or 61.72% from 128); Max value from RGB is 79 - color contains mainly: blue. Hex color #022F4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022F4F is #FDD0B0. Grayscale: #252525. Windows color (decimal): -16634033 or 5189378. OLE color: 5189378.

HSL color Cylindrical-coordinate representation of color #022F4F: hue angle of 204.94º 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 #022F4F is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB24779-
CMYK0.970.4100.69
HSL204.94º95.06%15.88%-
HSV(B)204.94º97.47%30.98%-
XYZ2.452.617.77-
YUV37.19151.59102.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.56%
GREEN value IS 47 (18.75% from 255) = 36.72%
BLUE value IS 79 (31.25% from 255) = 61.72%
R=1.56%
G=36.72%
B=61.72%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal247790.970.4100.69204.9495.0615.88
Hex22F4F6129045cd5f10
Octal25711714151010531513720
Binary10101111100111111000011010010100010111001101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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