Html Css Color HEX #022A4C Prussian Blue

📋 copy color: '#022A4C'

red 2 ◦ green 42 ◦ blue 76

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

Shades of Prussian Blue #022A4C

Tints of Prussian Blue #022A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 63.33%

R = 1.67%
G = 35%
B = 63.33%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#022A4C (or 0x022A4C) is known color: Prussian Blue. HEX triplet: 02, 2A and 4C. RGB value is (2,42,76). Sum of RGB (Red+Green+Blue) = 2+42+76=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 42 (16.80% from 255 or 35% from 120); Blue value is 76 (30.08% from 255 or 63.33% from 120); Max value from RGB is 76 - color contains mainly: blue. Hex color #022A4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022A4C is #FDD5B3. Grayscale: #212121. Windows color (decimal): -16635316 or 4991490. OLE color: 4991490.

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

Color convert

RGB 2 42 76 -
CMYK 0.97 0.45 0 0.70
HSL 207.57º 0.95% 0.15% -
HSV(B) 207.57º 0.97% 0.3% -
XYZ 2.16 2.19 7.15 -
YUV 33.92 151.75 105.24 -
System Red Green Blue C M Y K H S L
Decimal 2 42 76 0.97 0.45 0 0.70 207.57 0.95 0.15
Hex 2 2A 4C 61 2D 0 46 D0 5F F
Octal 2 52 114 141 55 0 106 320 137 17
Binary 10 101010 1001100 1100001 101101 0 1000110 11010000 1011111 1111

Color Harmonies of #022A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022A4C

Black with #022A4C

Text Example


Text Example

White with #022A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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