Html Css Color HEX #022F74 Prussian Blue

📋 copy color: '#022F74'

red 2 ◦ green 47 ◦ blue 116

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

Shades of Prussian Blue #022F74

Tints of Prussian Blue #022F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 70.3%

R = 1.21%
G = 28.48%
B = 70.3%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#022F74 (or 0x022F74) is known color: Prussian Blue. HEX triplet: 02, 2F and 74. RGB value is (2,47,116). Sum of RGB (Red+Green+Blue) = 2+47+116=165 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.21% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 116 (45.70% from 255 or 70.30% from 165); Max value from RGB is 116 - color contains mainly: blue. Hex color #022F74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022F74 is #FDD08B. Grayscale: #292929. Windows color (decimal): -16633996 or 7614210. OLE color: 7614210.

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

Color convert

RGB 2 47 116 -
CMYK 0.98 0.59 0 0.55
HSL 216.32º 0.97% 0.23% -
HSV(B) 216.32º 0.98% 0.45% -
XYZ 4.19 3.31 16.94 -
YUV 41.41 170.09 99.89 -
System Red Green Blue C M Y K H S L
Decimal 2 47 116 0.98 0.59 0 0.55 216.32 0.97 0.23
Hex 2 2F 74 62 3B 0 37 D8 61 17
Octal 2 57 164 142 73 0 67 330 141 27
Binary 10 101111 1110100 1100010 111011 0 110111 11011000 1100001 10111

Color Harmonies of #022F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022F74

Black with #022F74

Text Example


Text Example

White with #022F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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