#09415C

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

Shades of Prussian Blue #09415C

Tints of Prussian Blue #09415C

Color information

#09415C (or 0x09415C) is unknown color: approx Prussian Blue. HEX triplet: 09, 41 and 5C. RGB value is (9,65,92). Sum of RGB (Red+Green+Blue) = 9+65+92=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 65 (25.78% from 255 or 39.16% from 166); Blue value is 92 (36.33% from 255 or 55.42% from 166); Max value from RGB is 92 - color contains mainly: blue. Hex color #09415C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09415C is #F6BEA3. Grayscale: #333333. Windows color (decimal): -16170660 or 6045961. OLE color: 6045961.

HSL color Cylindrical-coordinate representation of color #09415C: hue angle of 199.52º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09415C is Cyan = 0.90, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB96592-
CMYK0.900.2900.64
HSL199.52º82.18%19.8%-
HSV(B)199.52º90.22%36.08%-
XYZ3.934.6110.81-
YUV51.33150.9597.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.42%
GREEN value IS 65 (25.78% from 255) = 39.16%
BLUE value IS 92 (36.33% from 255) = 55.42%
R=5.42%
G=39.16%
B=55.42%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal965920.900.2900.64199.5282.1819.8
Hex9415C5A1D040c85214
Octal1110113413235010031012224
Binary1001100000110111001011010111010100000011001000101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09415C; }

 p { color: rgb(9,65,92); }

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

<style>
 a { background-color: #09415C; }

 a { background-color: rgb(9,65,92); }

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

<style>
 span { border-color: #09415C; }

 span { border-color: rgb(9,65,92); }

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