#09316D

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

Shades of Prussian Blue #09316D

Tints of Prussian Blue #09316D

Color information

#09316D (or 0x09316D) is unknown color: approx Prussian Blue. HEX triplet: 09, 31 and 6D. RGB value is (9,49,109). Sum of RGB (Red+Green+Blue) = 9+49+109=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 109 (42.97% from 255 or 65.27% from 167); Max value from RGB is 109 - color contains mainly: blue. Hex color #09316D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09316D is #F6CE92. Grayscale: #2B2B2B. Windows color (decimal): -16174739 or 7155977. OLE color: 7155977.

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

Color convert

RGB949109-
CMYK0.920.5500.57
HSL216º84.75%23.14%-
HSV(B)216º91.74%42.75%-
XYZ3.973.3614.91-
YUV43.88164.75103.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.39%
GREEN value IS 49 (19.53% from 255) = 29.34%
BLUE value IS 109 (42.97% from 255) = 65.27%
R=5.39%
G=29.34%
B=65.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9491090.920.5500.5721684.7523.14
Hex9316D5C37039d85517
Octal11611551346707133012527
Binary100111000111011011011100110111011100111011000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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