#022F4E

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

Shades of Prussian Blue #022F4E

Tints of Prussian Blue #022F4E

Color information

#022F4E (or 0x022F4E) is unknown color: approx Prussian Blue. HEX triplet: 02, 2F and 4E. RGB value is (2,47,78). Sum of RGB (Red+Green+Blue) = 2+47+78=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 47 (18.75% from 255 or 37.01% from 127); Blue value is 78 (30.86% from 255 or 61.42% from 127); Max value from RGB is 78 - color contains mainly: blue. Hex color #022F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022F4E is #FDD0B1. Grayscale: #242424. Windows color (decimal): -16634034 or 5123842. OLE color: 5123842.

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

Color convert

RGB24778-
CMYK0.970.4000.69
HSL204.47º95%15.69%-
HSV(B)204.47º97.44%30.59%-
XYZ2.422.67.58-
YUV37.08151.09102.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.57%
GREEN value IS 47 (18.75% from 255) = 37.01%
BLUE value IS 78 (30.86% from 255) = 61.42%
R=1.57%
G=37.01%
B=61.42%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal247780.970.4000.69204.479515.69
Hex22F4E6128045cc5f10
Octal25711614150010531413720
Binary10101111100111011000011010000100010111001100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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