Html Css Color HEX #022A4F Prussian Blue

📋 copy color: '#022A4F'

red 2 ◦ green 42 ◦ blue 79

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

Shades of Prussian Blue #022A4F

Tints of Prussian Blue #022A4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 64.23%

R = 1.63%
G = 34.15%
B = 64.23%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#022A4F (or 0x022A4F) is known color: Prussian Blue. HEX triplet: 02, 2A and 4F. RGB value is (2,42,79). Sum of RGB (Red+Green+Blue) = 2+42+79=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 79 (31.25% from 255 or 64.23% from 123); Max value from RGB is 79 - color contains mainly: blue. Hex color #022A4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022A4F is #FDD5B0. Grayscale: #222222. Windows color (decimal): -16635313 or 5188098. OLE color: 5188098.

HSL color Cylindrical-coordinate representation of color #022A4F: hue angle of 208.83º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022A4F is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 2 42 79 -
CMYK 0.97 0.47 0 0.69
HSL 208.83º 0.95% 0.16% -
HSV(B) 208.83º 0.97% 0.31% -
XYZ 2.26 2.23 7.71 -
YUV 34.26 153.25 104.99 -
System Red Green Blue C M Y K H S L
Decimal 2 42 79 0.97 0.47 0 0.69 208.83 0.95 0.16
Hex 2 2A 4F 61 2F 0 45 D1 5F 10
Octal 2 52 117 141 57 0 105 321 137 20
Binary 10 101010 1001111 1100001 101111 0 1000101 11010001 1011111 10000

Color Harmonies of #022A4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022A4F

Black with #022A4F

Text Example


Text Example

White with #022A4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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