Html Css Color HEX #022449 Prussian Blue

📋 copy color: '#022449'

red 2 ◦ green 36 ◦ blue 73

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

Shades of Prussian Blue #022449

Tints of Prussian Blue #022449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 32.43%

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

R = 1.8%
G = 32.43%
B = 65.77%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#022449 (or 0x022449) is known color: Prussian Blue. HEX triplet: 02, 24 and 49. RGB value is (2,36,73). Sum of RGB (Red+Green+Blue) = 2+36+73=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 73 (28.91% from 255 or 65.77% from 111); Max value from RGB is 73 - color contains mainly: blue. Hex color #022449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022449 is #FDDBB6. Grayscale: #1D1D1D. Windows color (decimal): -16636855 or 4793346. OLE color: 4793346.

HSL color Cylindrical-coordinate representation of color #022449: hue angle of 211.27º 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 #022449 is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 36 73 -
CMYK 0.97 0.51 0 0.71
HSL 211.27º 0.95% 0.15% -
HSV(B) 211.27º 0.97% 0.29% -
XYZ 1.86 1.76 6.54 -
YUV 30.05 152.24 107.99 -
System Red Green Blue C M Y K H S L
Decimal 2 36 73 0.97 0.51 0 0.71 211.27 0.95 0.15
Hex 2 24 49 61 33 0 47 D3 5F F
Octal 2 44 111 141 63 0 107 323 137 17
Binary 10 100100 1001001 1100001 110011 0 1000111 11010011 1011111 1111

Color Harmonies of #022449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022449

Black with #022449

Text Example


Text Example

White with #022449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022449; }

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

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

background-color css

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

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

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

border-color css

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

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

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