Html Css Color HEX #022F70 Prussian Blue

📋 copy color: '#022F70'

red 2 ◦ green 47 ◦ blue 112

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

Shades of Prussian Blue #022F70

Tints of Prussian Blue #022F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 69.57%

R = 1.24%
G = 29.19%
B = 69.57%

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

#022F70 (or 0x022F70) is known color: Prussian Blue. HEX triplet: 02, 2F and 70. RGB value is (2,47,112). Sum of RGB (Red+Green+Blue) = 2+47+112=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 112 (44.14% from 255 or 69.57% from 161); Max value from RGB is 112 - color contains mainly: blue. Hex color #022F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022F70 is #FDD08F. Grayscale: #282828. Windows color (decimal): -16634000 or 7352066. OLE color: 7352066.

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

Color convert

RGB 2 47 112 -
CMYK 0.98 0.58 0 0.56
HSL 215.45º 0.96% 0.22% -
HSV(B) 215.45º 0.98% 0.44% -
XYZ 3.97 3.22 15.74 -
YUV 40.96 168.09 100.21 -
System Red Green Blue C M Y K H S L
Decimal 2 47 112 0.98 0.58 0 0.56 215.45 0.96 0.22
Hex 2 2F 70 62 3A 0 38 D7 60 16
Octal 2 57 160 142 72 0 70 327 140 26
Binary 10 101111 1110000 1100010 111010 0 111000 11010111 1100000 10110

Color Harmonies of #022F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022F70

Black with #022F70

Text Example


Text Example

White with #022F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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