#02425D

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

Shades of Prussian Blue #02425D

Tints of Prussian Blue #02425D

Color information

#02425D (or 0x02425D) is unknown color: approx Prussian Blue. HEX triplet: 02, 42 and 5D. RGB value is (2,66,93). Sum of RGB (Red+Green+Blue) = 2+66+93=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 93 (36.72% from 255 or 57.76% from 161); Max value from RGB is 93 - color contains mainly: blue. Hex color #02425D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02425D is #FDBDA2. Grayscale: #313131. Windows color (decimal): -16629155 or 6111746. OLE color: 6111746.

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

Color convert

RGB26693-
CMYK0.980.2900.64
HSL197.8º95.79%18.63%-
HSV(B)197.8º97.85%36.47%-
XYZ3.954.711.05-
YUV49.94152.393.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.24%
GREEN value IS 66 (26.17% from 255) = 40.99%
BLUE value IS 93 (36.72% from 255) = 57.76%
R=1.24%
G=40.99%
B=57.76%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal266930.980.2900.64197.895.7918.63
Hex2425D621D040c66013
Octal210213514235010030614023
Binary10100001010111011100010111010100000011000110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02425D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02425D; }

 p { color: rgb(2,66,93); }

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

<style>
 a { background-color: #02425D; }

 a { background-color: rgb(2,66,93); }

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

<style>
 span { border-color: #02425D; }

 span { border-color: rgb(2,66,93); }

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