Html Css Color HEX #022951 Prussian Blue

📋 copy color: '#022951'

red 2 ◦ green 41 ◦ blue 81

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

Shades of Prussian Blue #022951

Tints of Prussian Blue #022951

RGB

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

 GREEN value IS 41 (16.41% from 255) = 33.06%

 BLUE value IS 81 (32.03% from 255) = 65.32%

R = 1.61%
G = 33.06%
B = 65.32%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#022951 (or 0x022951) is known color: Prussian Blue. HEX triplet: 02, 29 and 51. RGB value is (2,41,81). Sum of RGB (Red+Green+Blue) = 2+41+81=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 81 (32.03% from 255 or 65.32% from 124); Max value from RGB is 81 - color contains mainly: blue. Hex color #022951 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022951 is #FDD6AE. Grayscale: #212121. Windows color (decimal): -16635567 or 5318914. OLE color: 5318914.

HSL color Cylindrical-coordinate representation of color #022951: hue angle of 210.38º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022951 is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 2 41 81 -
CMYK 0.98 0.49 0 0.68
HSL 210.38º 0.95% 0.16% -
HSV(B) 210.38º 0.98% 0.32% -
XYZ 2.3 2.19 8.09 -
YUV 33.9 154.58 105.25 -
System Red Green Blue C M Y K H S L
Decimal 2 41 81 0.98 0.49 0 0.68 210.38 0.95 0.16
Hex 2 29 51 62 31 0 44 D2 5F 10
Octal 2 51 121 142 61 0 104 322 137 20
Binary 10 101001 1010001 1100010 110001 0 1000100 11010010 1011111 10000

Color Harmonies of #022951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022951

Black with #022951

Text Example


Text Example

White with #022951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022951; }

 p { color: rgb(2,41,81); }

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

background-color css

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

 a { background-color: rgb(2,41,81); }

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

border-color css

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

 span { border-color: rgb(2,41,81); }

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