#09315F

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

Shades of Prussian Blue #09315F

Tints of Prussian Blue #09315F

Color information

#09315F (or 0x09315F) is unknown color: approx Prussian Blue. HEX triplet: 09, 31 and 5F. RGB value is (9,49,95). Sum of RGB (Red+Green+Blue) = 9+49+95=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 95 (37.5% from 255 or 62.09% from 153); Max value from RGB is 95 - color contains mainly: blue. Hex color #09315F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09315F is #F6CEA0. Grayscale: #2A2A2A. Windows color (decimal): -16174753 or 6238473. OLE color: 6238473.

HSL color Cylindrical-coordinate representation of color #09315F: hue angle of 212.09º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09315F is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB94995-
CMYK0.910.4800.63
HSL212.09º82.69%20.39%-
HSV(B)212.09º90.53%37.25%-
XYZ3.283.0811.25-
YUV42.28157.75104.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.88%
GREEN value IS 49 (19.53% from 255) = 32.03%
BLUE value IS 95 (37.5% from 255) = 62.09%
R=5.88%
G=32.03%
B=62.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal949950.910.4800.63212.0982.6920.39
Hex9315F5B3003Fd45314
Octal11611371336007732412324
Binary100111000110111111011011110000011111111010100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09315F; }

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

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

<style>
 a { background-color: #09315F; }

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

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

<style>
 span { border-color: #09315F; }

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

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