#02405C

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

Shades of Prussian Blue #02405C

Tints of Prussian Blue #02405C

Color information

#02405C (or 0x02405C) is unknown color: approx Prussian Blue. HEX triplet: 02, 40 and 5C. RGB value is (2,64,92). Sum of RGB (Red+Green+Blue) = 2+64+92=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 64 (25.39% from 255 or 40.51% from 158); Blue value is 92 (36.33% from 255 or 58.23% from 158); Max value from RGB is 92 - color contains mainly: blue. Hex color #02405C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02405C is #FDBFA3. Grayscale: #303030. Windows color (decimal): -16629668 or 6045698. OLE color: 6045698.

HSL color Cylindrical-coordinate representation of color #02405C: hue angle of 198.67º 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 #02405C is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB26492-
CMYK0.980.3000.64
HSL198.67º95.74%18.43%-
HSV(B)198.67º97.83%36.08%-
XYZ3.794.4510.78-
YUV48.65152.4694.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 64 (25.39% from 255) = 40.51%
BLUE value IS 92 (36.33% from 255) = 58.23%
R=1.27%
G=40.51%
B=58.23%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal264920.980.3000.64198.6795.7418.43
Hex2405C621E040c76012
Octal210013414236010030714022
Binary10100000010111001100010111100100000011000111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02405C; }

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

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

<style>
 a { background-color: #02405C; }

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

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

<style>
 span { border-color: #02405C; }

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

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