#022A4C

Color #022A4C Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #022A4C

Tints of Prussian Blue #022A4C

Color information

#022A4C (or 0x022A4C) is unknown color: approx 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

RGB24276-
CMYK0.970.4500.70
HSL207.57º94.87%15.29%-
HSV(B)207.57º97.37%29.8%-
XYZ2.162.197.15-
YUV33.92151.75105.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.67%
GREEN value IS 42 (16.80% from 255) = 35%
BLUE value IS 76 (30.08% from 255) = 63.33%
R=1.67%
G=35%
B=63.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal242760.970.4500.70207.5794.8715.29
Hex22A4C612D046d05ff
Octal25211414155010632013717
Binary1010101010011001100001101101010001101101000010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>