Html Css Color HEX #022A58 Prussian Blue

📋 copy color: '#022A58'

red 2 ◦ green 42 ◦ blue 88

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

Shades of Prussian Blue #022A58

Tints of Prussian Blue #022A58

RGB

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

 GREEN value IS 42 (16.8% from 255) = 31.82%

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

R = 1.52%
G = 31.82%
B = 66.67%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#022A58 (or 0x022A58) is known color: Prussian Blue. HEX triplet: 02, 2A and 58. RGB value is (2,42,88). Sum of RGB (Red+Green+Blue) = 2+42+88=132 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.52% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 88 (34.77% from 255 or 66.67% from 132); Max value from RGB is 88 - color contains mainly: blue. Hex color #022A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022A58 is #FDD5A7. Grayscale: #232323. Windows color (decimal): -16635304 or 5777922. OLE color: 5777922.

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

Color convert

RGB 2 42 88 -
CMYK 0.98 0.52 0 0.65
HSL 212.09º 0.96% 0.18% -
HSV(B) 212.09º 0.98% 0.35% -
XYZ 2.61 2.37 9.55 -
YUV 35.28 157.75 104.26 -
System Red Green Blue C M Y K H S L
Decimal 2 42 88 0.98 0.52 0 0.65 212.09 0.96 0.18
Hex 2 2A 58 62 34 0 41 D4 60 12
Octal 2 52 130 142 64 0 101 324 140 22
Binary 10 101010 1011000 1100010 110100 0 1000001 11010100 1100000 10010

Color Harmonies of #022A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022A58

Black with #022A58

Text Example


Text Example

White with #022A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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