#022B4C

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

Shades of Prussian Blue #022B4C

Tints of Prussian Blue #022B4C

Color information

#022B4C (or 0x022B4C) is unknown color: approx Prussian Blue. HEX triplet: 02, 2B and 4C. RGB value is (2,43,76). Sum of RGB (Red+Green+Blue) = 2+43+76=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 43 (17.19% from 255 or 35.54% from 121); Blue value is 76 (30.08% from 255 or 62.81% from 121); Max value from RGB is 76 - color contains mainly: blue. Hex color #022B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022B4C is #FDD4B3. Grayscale: #222222. Windows color (decimal): -16635060 or 4991746. OLE color: 4991746.

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

Color convert

RGB24376-
CMYK0.970.4300.70
HSL206.76º94.87%15.29%-
HSV(B)206.76º97.37%29.8%-
XYZ2.192.267.16-
YUV34.5151.42104.82-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.65%
GREEN value IS 43 (17.19% from 255) = 35.54%
BLUE value IS 76 (30.08% from 255) = 62.81%
R=1.65%
G=35.54%
B=62.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal243760.970.4300.70206.7694.8715.29
Hex22B4C612B046cf5ff
Octal25311414153010631713717
Binary1010101110011001100001101011010001101100111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #022B4C;
 }
 .AnyTagClassName
 {
   color: #022B4C;
 }
</style>
background-color css

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

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

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

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

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

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