Html Css Color HEX #022F78 Prussian Blue

📋 copy color: '#022F78'

red 2 ◦ green 47 ◦ blue 120

#022F78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #022F78

Tints of Prussian Blue #022F78

RGB

 RED value IS 2 (1.17% from 255) = 1.18%

 GREEN value IS 47 (18.75% from 255) = 27.81%

 BLUE value IS 120 (47.27% from 255) = 71.01%

R = 1.18%
G = 27.81%
B = 71.01%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#022F78 (or 0x022F78) is known color: Prussian Blue. HEX triplet: 02, 2F and 78. RGB value is (2,47,120). Sum of RGB (Red+Green+Blue) = 2+47+120=169 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 169); Green value is 47 (18.75% from 255 or 27.81% from 169); Blue value is 120 (47.27% from 255 or 71.01% from 169); Max value from RGB is 120 - color contains mainly: blue. Hex color #022F78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022F78 is #FDD087. Grayscale: #292929. Windows color (decimal): -16633992 or 7876354. OLE color: 7876354.

HSL color Cylindrical-coordinate representation of color #022F78: hue angle of 217.12º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022F78 is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 47 120 -
CMYK 0.98 0.61 0 0.53
HSL 217.12º 0.97% 0.24% -
HSV(B) 217.12º 0.98% 0.47% -
XYZ 4.43 3.4 18.19 -
YUV 41.87 172.09 99.56 -
System Red Green Blue C M Y K H S L
Decimal 2 47 120 0.98 0.61 0 0.53 217.12 0.97 0.24
Hex 2 2F 78 62 3D 0 35 D9 61 18
Octal 2 57 170 142 75 0 65 331 141 30
Binary 10 101111 1111000 1100010 111101 0 110101 11011001 1100001 11000

Color Harmonies of #022F78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022F78

Black with #022F78

Text Example


Text Example

White with #022F78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #022F78;
 }
 .AnyTagClassName
 {
   color: #022F78;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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