Html Css Color HEX #022D59 Prussian Blue

📋 copy color: '#022D59'

red 2 ◦ green 45 ◦ blue 89

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

Shades of Prussian Blue #022D59

Tints of Prussian Blue #022D59

RGB

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

 GREEN value IS 45 (17.97% from 255) = 33.09%

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

R = 1.47%
G = 33.09%
B = 65.44%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#022D59 (or 0x022D59) is known color: Prussian Blue. HEX triplet: 02, 2D and 59. RGB value is (2,45,89). Sum of RGB (Red+Green+Blue) = 2+45+89=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 45 (17.97% from 255 or 33.09% from 136); Blue value is 89 (35.16% from 255 or 65.44% from 136); Max value from RGB is 89 - color contains mainly: blue. Hex color #022D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022D59 is #FDD2A6. Grayscale: #242424. Windows color (decimal): -16634535 or 5844226. OLE color: 5844226.

HSL color Cylindrical-coordinate representation of color #022D59: hue angle of 210.34º 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 #022D59 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 2 45 89 -
CMYK 0.98 0.49 0 0.65
HSL 210.34º 0.96% 0.18% -
HSV(B) 210.34º 0.98% 0.35% -
XYZ 2.77 2.61 9.81 -
YUV 37.16 157.25 102.92 -
System Red Green Blue C M Y K H S L
Decimal 2 45 89 0.98 0.49 0 0.65 210.34 0.96 0.18
Hex 2 2D 59 62 31 0 41 D2 60 12
Octal 2 55 131 142 61 0 101 322 140 22
Binary 10 101101 1011001 1100010 110001 0 1000001 11010010 1100000 10010

Color Harmonies of #022D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022D59

Black with #022D59

Text Example


Text Example

White with #022D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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