#02326B

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

Shades of Prussian Blue #02326B

Tints of Prussian Blue #02326B

Color information

#02326B (or 0x02326B) is unknown color: approx Prussian Blue. HEX triplet: 02, 32 and 6B. RGB value is (2,50,107). Sum of RGB (Red+Green+Blue) = 2+50+107=159 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.26% from 159); Green value is 50 (19.92% from 255 or 31.45% from 159); Blue value is 107 (42.19% from 255 or 67.30% from 159); Max value from RGB is 107 - color contains mainly: blue. Hex color #02326B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02326B is #FDCD94. Grayscale: #292929. Windows color (decimal): -16633237 or 7025154. OLE color: 7025154.

HSL color Cylindrical-coordinate representation of color #02326B: hue angle of 212.57º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02326B is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB250107-
CMYK0.980.5300.58
HSL212.57º96.33%21.37%-
HSV(B)212.57º98.13%41.96%-
XYZ3.823.3614.36-
YUV42.15164.699.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.26%
GREEN value IS 50 (19.92% from 255) = 31.45%
BLUE value IS 107 (42.19% from 255) = 67.30%
R=1.26%
G=31.45%
B=67.30%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2501070.980.5300.58212.5796.3321.37
Hex2326B623503Ad56015
Octal2621531426507232514025
Binary1011001011010111100010110101011101011010101110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02326B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02326B; }

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

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

<style>
 a { background-color: #02326B; }

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

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

<style>
 span { border-color: #02326B; }

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

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