#02316D

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

Shades of Prussian Blue #02316D

Tints of Prussian Blue #02316D

Color information

#02316D (or 0x02316D) is unknown color: approx Prussian Blue. HEX triplet: 02, 31 and 6D. RGB value is (2,49,109). Sum of RGB (Red+Green+Blue) = 2+49+109=160 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.25% from 160); Green value is 49 (19.53% from 255 or 30.62% from 160); Blue value is 109 (42.97% from 255 or 68.12% from 160); Max value from RGB is 109 - color contains mainly: blue. Hex color #02316D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02316D is #FDCE92. Grayscale: #292929. Windows color (decimal): -16633491 or 7155970. OLE color: 7155970.

HSL color Cylindrical-coordinate representation of color #02316D: hue angle of 213.64º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02316D is Cyan = 0.98, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB249109-
CMYK0.980.5500.57
HSL213.64º96.4%21.76%-
HSV(B)213.64º98.17%42.75%-
XYZ3.883.3114.9-
YUV41.79165.9399.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.25%
GREEN value IS 49 (19.53% from 255) = 30.62%
BLUE value IS 109 (42.97% from 255) = 68.12%
R=1.25%
G=30.62%
B=68.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal2491090.980.5500.57213.6496.421.76
Hex2316D6237039d66016
Octal2611551426707132614026
Binary1011000111011011100010110111011100111010110110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,49,109); }

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

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

 a { background-color: rgb(2,49,109); }

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

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

 span { border-color: rgb(2,49,109); }

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