#022F4D

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

Shades of Prussian Blue #022F4D

Tints of Prussian Blue #022F4D

Color information

#022F4D (or 0x022F4D) is unknown color: approx Prussian Blue. HEX triplet: 02, 2F and 4D. RGB value is (2,47,77). Sum of RGB (Red+Green+Blue) = 2+47+77=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 47 (18.75% from 255 or 37.30% from 126); Blue value is 77 (30.47% from 255 or 61.11% from 126); Max value from RGB is 77 - color contains mainly: blue. Hex color #022F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022F4D is #FDD0B2. Grayscale: #242424. Windows color (decimal): -16634035 or 5058306. OLE color: 5058306.

HSL color Cylindrical-coordinate representation of color #022F4D: hue angle of 204º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022F4D is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB24777-
CMYK0.970.3900.70
HSL204º94.94%15.49%-
HSV(B)204º97.4%30.2%-
XYZ2.382.587.39-
YUV36.96150.59103.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.59%
GREEN value IS 47 (18.75% from 255) = 37.30%
BLUE value IS 77 (30.47% from 255) = 61.11%
R=1.59%
G=37.30%
B=61.11%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal247770.970.3900.7020494.9415.49
Hex22F4D6127046cc5ff
Octal25711514147010631413717
Binary1010111110011011100001100111010001101100110010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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