#022E69

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

Shades of Prussian Blue #022E69

Tints of Prussian Blue #022E69

Color information

#022E69 (or 0x022E69) is unknown color: approx Prussian Blue. HEX triplet: 02, 2E and 69. RGB value is (2,46,105). Sum of RGB (Red+Green+Blue) = 2+46+105=153 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.31% from 153); Green value is 46 (18.36% from 255 or 30.07% from 153); Blue value is 105 (41.41% from 255 or 68.63% from 153); Max value from RGB is 105 - color contains mainly: blue. Hex color #022E69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022E69 is #FDD196. Grayscale: #272727. Windows color (decimal): -16634263 or 6893058. OLE color: 6893058.

HSL color Cylindrical-coordinate representation of color #022E69: hue angle of 214.37º 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 #022E69 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB246105-
CMYK0.980.5600.59
HSL214.37º96.26%20.98%-
HSV(B)214.37º98.1%41.18%-
XYZ3.552.9913.75-
YUV39.57164.92101.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.31%
GREEN value IS 46 (18.36% from 255) = 30.07%
BLUE value IS 105 (41.41% from 255) = 68.63%
R=1.31%
G=30.07%
B=68.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2461050.980.5600.59214.3796.2620.98
Hex22E69623803Bd66015
Octal2561511427007332614025
Binary1010111011010011100010111000011101111010110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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