#022C66

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

Shades of Prussian Blue #022C66

Tints of Prussian Blue #022C66

Color information

#022C66 (or 0x022C66) is unknown color: approx Prussian Blue. HEX triplet: 02, 2C and 66. RGB value is (2,44,102). Sum of RGB (Red+Green+Blue) = 2+44+102=148 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.35% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 102 (40.23% from 255 or 68.92% from 148); Max value from RGB is 102 - color contains mainly: blue. Hex color #022C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022C66 is #FDD399. Grayscale: #252525. Windows color (decimal): -16634778 or 6695938. OLE color: 6695938.

HSL color Cylindrical-coordinate representation of color #022C66: hue angle of 214.8º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022C66 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB244102-
CMYK0.980.5700.6
HSL214.8º96.15%20.39%-
HSV(B)214.8º98.04%40%-
XYZ3.322.7712.93-
YUV38.05164.09102.28-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.35%
GREEN value IS 44 (17.58% from 255) = 29.73%
BLUE value IS 102 (40.23% from 255) = 68.92%
R=1.35%
G=29.73%
B=68.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal2441020.980.5700.6214.896.1520.39
Hex22C66623903Cd76014
Octal2541461427107432714024
Binary1010110011001101100010111001011110011010111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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