Html Css Color HEX #022649 Prussian Blue

📋 copy color: '#022649'

red 2 ◦ green 38 ◦ blue 73

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

Shades of Prussian Blue #022649

Tints of Prussian Blue #022649

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.63%

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

R = 1.77%
G = 33.63%
B = 64.6%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#022649 (or 0x022649) is known color: Prussian Blue. HEX triplet: 02, 26 and 49. RGB value is (2,38,73). Sum of RGB (Red+Green+Blue) = 2+38+73=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 73 (28.91% from 255 or 64.60% from 113); Max value from RGB is 73 - color contains mainly: blue. Hex color #022649 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022649 is #FDD9B6. Grayscale: #1F1F1F. Windows color (decimal): -16636343 or 4793858. OLE color: 4793858.

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

Color convert

RGB 2 38 73 -
CMYK 0.97 0.48 0 0.71
HSL 209.58º 0.95% 0.15% -
HSV(B) 209.58º 0.97% 0.29% -
XYZ 1.92 1.88 6.57 -
YUV 31.23 151.57 107.15 -
System Red Green Blue C M Y K H S L
Decimal 2 38 73 0.97 0.48 0 0.71 209.58 0.95 0.15
Hex 2 26 49 61 30 0 47 D2 5F F
Octal 2 46 111 141 60 0 107 322 137 17
Binary 10 100110 1001001 1100001 110000 0 1000111 11010010 1011111 1111

Color Harmonies of #022649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022649

Black with #022649

Text Example


Text Example

White with #022649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022649; }

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

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

background-color css

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

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

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

border-color css

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

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

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