Html Css Color HEX #022958 Prussian Blue

📋 copy color: '#022958'

red 2 ◦ green 41 ◦ blue 88

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

Shades of Prussian Blue #022958

Tints of Prussian Blue #022958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 67.18%

R = 1.53%
G = 31.3%
B = 67.18%

CMYK

 C value IS 0.98

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#022958 (or 0x022958) is known color: Prussian Blue. HEX triplet: 02, 29 and 58. RGB value is (2,41,88). Sum of RGB (Red+Green+Blue) = 2+41+88=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 88 (34.77% from 255 or 67.18% from 131); Max value from RGB is 88 - color contains mainly: blue. Hex color #022958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022958 is #FDD6A7. Grayscale: #222222. Windows color (decimal): -16635560 or 5777666. OLE color: 5777666.

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

Color convert

RGB 2 41 88 -
CMYK 0.98 0.53 0 0.65
HSL 212.79º 0.96% 0.18% -
HSV(B) 212.79º 0.98% 0.35% -
XYZ 2.58 2.3 9.54 -
YUV 34.7 158.08 104.68 -
System Red Green Blue C M Y K H S L
Decimal 2 41 88 0.98 0.53 0 0.65 212.79 0.96 0.18
Hex 2 29 58 62 35 0 41 D5 60 12
Octal 2 51 130 142 65 0 101 325 140 22
Binary 10 101001 1011000 1100010 110101 0 1000001 11010101 1100000 10010

Color Harmonies of #022958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022958

Black with #022958

Text Example


Text Example

White with #022958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022958; }

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

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

background-color css

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

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

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

border-color css

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

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

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