Html Css Color HEX #022F71 Prussian Blue

📋 copy color: '#022F71'

red 2 ◦ green 47 ◦ blue 113

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

Shades of Prussian Blue #022F71

Tints of Prussian Blue #022F71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 69.75%

R = 1.23%
G = 29.01%
B = 69.75%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#022F71 (or 0x022F71) is known color: Prussian Blue. HEX triplet: 02, 2F and 71. RGB value is (2,47,113). Sum of RGB (Red+Green+Blue) = 2+47+113=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 47 (18.75% from 255 or 29.01% from 162); Blue value is 113 (44.53% from 255 or 69.75% from 162); Max value from RGB is 113 - color contains mainly: blue. Hex color #022F71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022F71 is #FDD08E. Grayscale: #282828. Windows color (decimal): -16633999 or 7417602. OLE color: 7417602.

HSL color Cylindrical-coordinate representation of color #022F71: hue angle of 215.68º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022F71 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 47 113 -
CMYK 0.98 0.58 0 0.56
HSL 215.68º 0.97% 0.23% -
HSV(B) 215.68º 0.98% 0.44% -
XYZ 4.02 3.24 16.04 -
YUV 41.07 168.59 100.13 -
System Red Green Blue C M Y K H S L
Decimal 2 47 113 0.98 0.58 0 0.56 215.68 0.97 0.23
Hex 2 2F 71 62 3A 0 38 D8 61 17
Octal 2 57 161 142 72 0 70 330 141 27
Binary 10 101111 1110001 1100010 111010 0 111000 11011000 1100001 10111

Color Harmonies of #022F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022F71

Black with #022F71

Text Example


Text Example

White with #022F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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