#02325D

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

Shades of Prussian Blue #02325D

Tints of Prussian Blue #02325D

Color information

#02325D (or 0x02325D) is unknown color: approx Prussian Blue. HEX triplet: 02, 32 and 5D. RGB value is (2,50,93). Sum of RGB (Red+Green+Blue) = 2+50+93=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #02325D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02325D is #FDCDA2. Grayscale: #282828. Windows color (decimal): -16633251 or 6107650. OLE color: 6107650.

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

Color convert

RGB25093-
CMYK0.980.4600.64
HSL208.35º95.79%18.63%-
HSV(B)208.35º97.85%36.47%-
XYZ3.143.0810.79-
YUV40.55157.6100.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.38%
GREEN value IS 50 (19.92% from 255) = 34.48%
BLUE value IS 93 (36.72% from 255) = 64.14%
R=1.38%
G=34.48%
B=64.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal250930.980.4600.64208.3595.7918.63
Hex2325D622E040d06013
Octal26213514256010032014023
Binary10110010101110111000101011100100000011010000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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