#09315A

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

Shades of Prussian Blue #09315A

Tints of Prussian Blue #09315A

Color information

#09315A (or 0x09315A) is unknown color: approx Prussian Blue. HEX triplet: 09, 31 and 5A. RGB value is (9,49,90). Sum of RGB (Red+Green+Blue) = 9+49+90=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 90 (35.55% from 255 or 60.81% from 148); Max value from RGB is 90 - color contains mainly: blue. Hex color #09315A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09315A is #F6CEA5. Grayscale: #292929. Windows color (decimal): -16174758 or 5910793. OLE color: 5910793.

HSL color Cylindrical-coordinate representation of color #09315A: hue angle of 210.37º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09315A is Cyan = 0.9, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB94990-
CMYK0.90.4600.65
HSL210.37º81.82%19.41%-
HSV(B)210.37º90%35.29%-
XYZ3.062.9910.09-
YUV41.71155.25104.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.08%
GREEN value IS 49 (19.53% from 255) = 33.11%
BLUE value IS 90 (35.55% from 255) = 60.81%
R=6.08%
G=33.11%
B=60.81%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal949900.90.4600.65210.3781.8219.41
Hex9315A5A2E041d25213
Octal116113213256010132212223
Binary1001110001101101010110101011100100000111010010101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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