Html Css Color HEX #022C58 Prussian Blue

📋 copy color: '#022C58'

red 2 ◦ green 44 ◦ blue 88

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

Shades of Prussian Blue #022C58

Tints of Prussian Blue #022C58

RGB

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

 GREEN value IS 44 (17.58% from 255) = 32.84%

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

R = 1.49%
G = 32.84%
B = 65.67%

CMYK

 C value IS 0.98

 M value IS 0.5

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#022C58 (or 0x022C58) is known color: Prussian Blue. HEX triplet: 02, 2C and 58. RGB value is (2,44,88). Sum of RGB (Red+Green+Blue) = 2+44+88=134 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.49% from 134); Green value is 44 (17.58% from 255 or 32.84% from 134); Blue value is 88 (34.77% from 255 or 65.67% from 134); Max value from RGB is 88 - color contains mainly: blue. Hex color #022C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022C58 is #FDD3A7. Grayscale: #242424. Windows color (decimal): -16634792 or 5778434. OLE color: 5778434.

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

Color convert

RGB 2 44 88 -
CMYK 0.98 0.5 0 0.65
HSL 210.7º 0.96% 0.18% -
HSV(B) 210.7º 0.98% 0.35% -
XYZ 2.69 2.52 9.58 -
YUV 36.46 157.09 103.42 -
System Red Green Blue C M Y K H S L
Decimal 2 44 88 0.98 0.5 0 0.65 210.7 0.96 0.18
Hex 2 2C 58 62 32 0 41 D3 60 12
Octal 2 54 130 142 62 0 101 323 140 22
Binary 10 101100 1011000 1100010 110010 0 1000001 11010011 1100000 10010

Color Harmonies of #022C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022C58

Black with #022C58

Text Example


Text Example

White with #022C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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