Html Css Color HEX #022A4A Prussian Blue

📋 copy color: '#022A4A'

red 2 ◦ green 42 ◦ blue 74

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

Shades of Prussian Blue #022A4A

Tints of Prussian Blue #022A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 62.71%

R = 1.69%
G = 35.59%
B = 62.71%

CMYK

 C value IS 0.97

 M value IS 0.43

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#022A4A (or 0x022A4A) is known color: Prussian Blue. HEX triplet: 02, 2A and 4A. RGB value is (2,42,74). Sum of RGB (Red+Green+Blue) = 2+42+74=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 42 (16.80% from 255 or 35.59% from 118); Blue value is 74 (29.30% from 255 or 62.71% from 118); Max value from RGB is 74 - color contains mainly: blue. Hex color #022A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022A4A is #FDD5B5. Grayscale: #212121. Windows color (decimal): -16635318 or 4860418. OLE color: 4860418.

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

Color convert

RGB 2 42 74 -
CMYK 0.97 0.43 0 0.71
HSL 206.67º 0.95% 0.15% -
HSV(B) 206.67º 0.97% 0.29% -
XYZ 2.09 2.16 6.79 -
YUV 33.69 150.75 105.4 -
System Red Green Blue C M Y K H S L
Decimal 2 42 74 0.97 0.43 0 0.71 206.67 0.95 0.15
Hex 2 2A 4A 61 2B 0 47 CF 5F F
Octal 2 52 112 141 53 0 107 317 137 17
Binary 10 101010 1001010 1100001 101011 0 1000111 11001111 1011111 1111

Color Harmonies of #022A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022A4A

Black with #022A4A

Text Example


Text Example

White with #022A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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