#022D4F

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

Shades of Prussian Blue #022D4F

Tints of Prussian Blue #022D4F

Color information

#022D4F (or 0x022D4F) is unknown color: approx Prussian Blue. HEX triplet: 02, 2D and 4F. RGB value is (2,45,79). Sum of RGB (Red+Green+Blue) = 2+45+79=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 45 (17.97% from 255 or 35.71% from 126); Blue value is 79 (31.25% from 255 or 62.70% from 126); Max value from RGB is 79 - color contains mainly: blue. Hex color #022D4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022D4F is #FDD2B0. Grayscale: #232323. Windows color (decimal): -16634545 or 5188866. OLE color: 5188866.

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

Color convert

RGB24579-
CMYK0.970.4300.69
HSL206.49º95.06%15.88%-
HSV(B)206.49º97.47%30.98%-
XYZ2.372.457.75-
YUV36.02152.25103.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.59%
GREEN value IS 45 (17.97% from 255) = 35.71%
BLUE value IS 79 (31.25% from 255) = 62.70%
R=1.59%
G=35.71%
B=62.70%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal245790.970.4300.69206.4995.0615.88
Hex22D4F612B045ce5f10
Octal25511714153010531613720
Binary10101101100111111000011010110100010111001110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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