#09416C

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

Shades of Prussian Blue #09416C

Tints of Prussian Blue #09416C

Color information

#09416C (or 0x09416C) is unknown color: approx Prussian Blue. HEX triplet: 09, 41 and 6C. RGB value is (9,65,108). Sum of RGB (Red+Green+Blue) = 9+65+108=182 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.95% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #09416C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09416C is #F6BE93. Grayscale: #343434. Windows color (decimal): -16170644 or 7094537. OLE color: 7094537.

HSL color Cylindrical-coordinate representation of color #09416C: hue angle of 206.06º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09416C is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB965108-
CMYK0.920.4000.58
HSL206.06º84.62%22.94%-
HSV(B)206.06º91.67%42.35%-
XYZ4.714.9214.89-
YUV53.16158.9596.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.95%
GREEN value IS 65 (25.78% from 255) = 35.71%
BLUE value IS 108 (42.58% from 255) = 59.34%
R=4.95%
G=35.71%
B=59.34%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9651080.920.4000.58206.0684.6222.94
Hex9416C5C2803Ace5517
Octal111011541345007231612527
Binary1001100000111011001011100101000011101011001110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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