Html Css Color HEX #022859 Prussian Blue

📋 copy color: '#022859'

red 2 ◦ green 40 ◦ blue 89

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

Shades of Prussian Blue #022859

Tints of Prussian Blue #022859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 30.53%

 BLUE value IS 89 (35.16% from 255) = 67.94%

R = 1.53%
G = 30.53%
B = 67.94%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#022859 (or 0x022859) is known color: Prussian Blue. HEX triplet: 02, 28 and 59. RGB value is (2,40,89). Sum of RGB (Red+Green+Blue) = 2+40+89=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 40 (16.02% from 255 or 30.53% from 131); Blue value is 89 (35.16% from 255 or 67.94% from 131); Max value from RGB is 89 - color contains mainly: blue. Hex color #022859 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022859 is #FDD7A6. Grayscale: #212121. Windows color (decimal): -16635815 or 5842946. OLE color: 5842946.

HSL color Cylindrical-coordinate representation of color #022859: hue angle of 213.79º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022859 is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 40 89 -
CMYK 0.98 0.55 0 0.65
HSL 213.79º 0.96% 0.18% -
HSV(B) 213.79º 0.98% 0.35% -
XYZ 2.59 2.25 9.75 -
YUV 34.22 158.91 105.02 -
System Red Green Blue C M Y K H S L
Decimal 2 40 89 0.98 0.55 0 0.65 213.79 0.96 0.18
Hex 2 28 59 62 37 0 41 D6 60 12
Octal 2 50 131 142 67 0 101 326 140 22
Binary 10 101000 1011001 1100010 110111 0 1000001 11010110 1100000 10010

Color Harmonies of #022859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022859

Black with #022859

Text Example


Text Example

White with #022859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022859; }

 p { color: rgb(2,40,89); }

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

background-color css

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

 a { background-color: rgb(2,40,89); }

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

border-color css

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

 span { border-color: rgb(2,40,89); }

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