#022C69

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

Shades of Prussian Blue #022C69

Tints of Prussian Blue #022C69

Color information

#022C69 (or 0x022C69) is unknown color: approx Prussian Blue. HEX triplet: 02, 2C and 69. RGB value is (2,44,105). Sum of RGB (Red+Green+Blue) = 2+44+105=151 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.32% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 105 (41.41% from 255 or 69.54% from 151); Max value from RGB is 105 - color contains mainly: blue. Hex color #022C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022C69 is #FDD396. Grayscale: #262626. Windows color (decimal): -16634775 or 6892546. OLE color: 6892546.

HSL color Cylindrical-coordinate representation of color #022C69: hue angle of 215.53º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022C69 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB244105-
CMYK0.980.5800.59
HSL215.53º96.26%20.98%-
HSV(B)215.53º98.1%41.18%-
XYZ3.482.8313.73-
YUV38.4165.59102.04-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.32%
GREEN value IS 44 (17.58% from 255) = 29.14%
BLUE value IS 105 (41.41% from 255) = 69.54%
R=1.32%
G=29.14%
B=69.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2441050.980.5800.59215.5396.2620.98
Hex22C69623A03Bd86015
Octal2541511427207333014025
Binary1010110011010011100010111010011101111011000110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,44,105); }

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

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

 a { background-color: rgb(2,44,105); }

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

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

 span { border-color: rgb(2,44,105); }

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