Html Css Color HEX #022C4D Prussian Blue

📋 copy color: '#022C4D'

red 2 ◦ green 44 ◦ blue 77

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

Shades of Prussian Blue #022C4D

Tints of Prussian Blue #022C4D

RGB

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

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

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

R = 1.63%
G = 35.77%
B = 62.6%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#022C4D (or 0x022C4D) is known color: Prussian Blue. HEX triplet: 02, 2C and 4D. RGB value is (2,44,77). Sum of RGB (Red+Green+Blue) = 2+44+77=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 44 (17.58% from 255 or 35.77% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #022C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022C4D is #FDD3B2. Grayscale: #232323. Windows color (decimal): -16634803 or 5057538. OLE color: 5057538.

HSL color Cylindrical-coordinate representation of color #022C4D: hue angle of 206.4º 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 #022C4D is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 2 44 77 -
CMYK 0.97 0.43 0 0.70
HSL 206.4º 0.95% 0.15% -
HSV(B) 206.4º 0.97% 0.3% -
XYZ 2.27 2.35 7.36 -
YUV 35.2 151.59 104.32 -
System Red Green Blue C M Y K H S L
Decimal 2 44 77 0.97 0.43 0 0.70 206.4 0.95 0.15
Hex 2 2C 4D 61 2B 0 46 CE 5F F
Octal 2 54 115 141 53 0 106 316 137 17
Binary 10 101100 1001101 1100001 101011 0 1000110 11001110 1011111 1111

Color Harmonies of #022C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022C4D

Black with #022C4D

Text Example


Text Example

White with #022C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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