Html Css Color HEX #022955 Prussian Blue

📋 copy color: '#022955'

red 2 ◦ green 41 ◦ blue 85

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

Shades of Prussian Blue #022955

Tints of Prussian Blue #022955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 66.41%

R = 1.56%
G = 32.03%
B = 66.41%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#022955 (or 0x022955) is known color: Prussian Blue. HEX triplet: 02, 29 and 55. RGB value is (2,41,85). Sum of RGB (Red+Green+Blue) = 2+41+85=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 85 (33.59% from 255 or 66.41% from 128); Max value from RGB is 85 - color contains mainly: blue. Hex color #022955 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022955 is #FDD6AA. Grayscale: #222222. Windows color (decimal): -16635563 or 5581058. OLE color: 5581058.

HSL color Cylindrical-coordinate representation of color #022955: hue angle of 211.81º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022955 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 2 41 85 -
CMYK 0.98 0.52 0 0.67
HSL 211.81º 0.95% 0.17% -
HSV(B) 211.81º 0.98% 0.33% -
XYZ 2.46 2.25 8.9 -
YUV 34.36 156.58 104.92 -
System Red Green Blue C M Y K H S L
Decimal 2 41 85 0.98 0.52 0 0.67 211.81 0.95 0.17
Hex 2 29 55 62 34 0 43 D4 5F 11
Octal 2 51 125 142 64 0 103 324 137 21
Binary 10 101001 1010101 1100010 110100 0 1000011 11010100 1011111 10001

Color Harmonies of #022955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022955

Black with #022955

Text Example


Text Example

White with #022955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022955; }

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

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

background-color css

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

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

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

border-color css

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

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

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