Html Css Color HEX #022E4D Prussian Blue

📋 copy color: '#022E4D'

red 2 ◦ green 46 ◦ blue 77

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

Shades of Prussian Blue #022E4D

Tints of Prussian Blue #022E4D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 36.8%

 BLUE value IS 77 (30.47% from 255) = 61.6%

R = 1.6%
G = 36.8%
B = 61.6%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#022E4D (or 0x022E4D) is known color: Prussian Blue. HEX triplet: 02, 2E and 4D. RGB value is (2,46,77). Sum of RGB (Red+Green+Blue) = 2+46+77=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #022E4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022E4D is #FDD1B2. Grayscale: #242424. Windows color (decimal): -16634291 or 5058050. OLE color: 5058050.

HSL color Cylindrical-coordinate representation of color #022E4D: hue angle of 204.8º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022E4D is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 46 77 -
CMYK 0.97 0.40 0 0.70
HSL 204.8º 0.95% 0.15% -
HSV(B) 204.8º 0.97% 0.3% -
XYZ 2.34 2.5 7.38 -
YUV 36.38 150.92 103.48 -
System Red Green Blue C M Y K H S L
Decimal 2 46 77 0.97 0.40 0 0.70 204.8 0.95 0.15
Hex 2 2E 4D 61 28 0 46 CD 5F F
Octal 2 56 115 141 50 0 106 315 137 17
Binary 10 101110 1001101 1100001 101000 0 1000110 11001101 1011111 1111

Color Harmonies of #022E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022E4D

Black with #022E4D

Text Example


Text Example

White with #022E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,46,77); }

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

background-color css

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

 a { background-color: rgb(2,46,77); }

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

border-color css

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

 span { border-color: rgb(2,46,77); }

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