#022A5C

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

Shades of Prussian Blue #022A5C

Tints of Prussian Blue #022A5C

Color information

#022A5C (or 0x022A5C) is unknown color: approx Prussian Blue. HEX triplet: 02, 2A and 5C. RGB value is (2,42,92). Sum of RGB (Red+Green+Blue) = 2+42+92=136 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.47% from 136); Green value is 42 (16.80% from 255 or 30.88% from 136); Blue value is 92 (36.33% from 255 or 67.65% from 136); Max value from RGB is 92 - color contains mainly: blue. Hex color #022A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022A5C is #FDD5A3. Grayscale: #232323. Windows color (decimal): -16635300 or 6040066. OLE color: 6040066.

HSL color Cylindrical-coordinate representation of color #022A5C: hue angle of 213.33º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022A5C is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB24292-
CMYK0.980.5400.64
HSL213.33º95.74%18.43%-
HSV(B)213.33º97.83%36.08%-
XYZ2.782.4410.45-
YUV35.74159.75103.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.47%
GREEN value IS 42 (16.80% from 255) = 30.88%
BLUE value IS 92 (36.33% from 255) = 67.65%
R=1.47%
G=30.88%
B=67.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal242920.980.5400.64213.3395.7418.43
Hex22A5C6236040d56012
Octal25213414266010032514022
Binary10101010101110011000101101100100000011010101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,42,92); }

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

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

 a { background-color: rgb(2,42,92); }

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

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

 span { border-color: rgb(2,42,92); }

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