Html Css Color HEX #022549 Prussian Blue

📋 copy color: '#022549'

red 2 ◦ green 37 ◦ blue 73

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

Shades of Prussian Blue #022549

Tints of Prussian Blue #022549

RGB

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

 GREEN value IS 37 (14.84% from 255) = 33.04%

 BLUE value IS 73 (28.91% from 255) = 65.18%

R = 1.79%
G = 33.04%
B = 65.18%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#022549 (or 0x022549) is known color: Prussian Blue. HEX triplet: 02, 25 and 49. RGB value is (2,37,73). Sum of RGB (Red+Green+Blue) = 2+37+73=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 37 (14.84% from 255 or 33.04% from 112); Blue value is 73 (28.91% from 255 or 65.18% from 112); Max value from RGB is 73 - color contains mainly: blue. Hex color #022549 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022549 is #FDDAB6. Grayscale: #1E1E1E. Windows color (decimal): -16636599 or 4793602. OLE color: 4793602.

HSL color Cylindrical-coordinate representation of color #022549: hue angle of 210.42º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022549 is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 37 73 -
CMYK 0.97 0.49 0 0.71
HSL 210.42º 0.95% 0.15% -
HSV(B) 210.42º 0.97% 0.29% -
XYZ 1.89 1.82 6.55 -
YUV 30.64 151.9 107.57 -
System Red Green Blue C M Y K H S L
Decimal 2 37 73 0.97 0.49 0 0.71 210.42 0.95 0.15
Hex 2 25 49 61 31 0 47 D2 5F F
Octal 2 45 111 141 61 0 107 322 137 17
Binary 10 100101 1001001 1100001 110001 0 1000111 11010010 1011111 1111

Color Harmonies of #022549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022549

Black with #022549

Text Example


Text Example

White with #022549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022549; }

 p { color: rgb(2,37,73); }

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

background-color css

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

 a { background-color: rgb(2,37,73); }

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

border-color css

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

 span { border-color: rgb(2,37,73); }

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