#09294F

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

Shades of Prussian Blue #09294F

Tints of Prussian Blue #09294F

Color information

#09294F (or 0x09294F) is unknown color: approx Prussian Blue. HEX triplet: 09, 29 and 4F. RGB value is (9,41,79). Sum of RGB (Red+Green+Blue) = 9+41+79=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 79 (31.25% from 255 or 61.24% from 129); Max value from RGB is 79 - color contains mainly: blue. Hex color #09294F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09294F is #F6D6B0. Grayscale: #232323. Windows color (decimal): -16176817 or 5187849. OLE color: 5187849.

HSL color Cylindrical-coordinate representation of color #09294F: hue angle of 212.57º degrees, saturation: 0.8, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #09294F is Cyan = 0.89, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB94179-
CMYK0.890.4800.69
HSL212.57º79.55%17.25%-
HSV(B)212.57º88.61%30.98%-
XYZ2.322.217.7-
YUV35.76152.4108.91-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.98%
GREEN value IS 41 (16.41% from 255) = 31.78%
BLUE value IS 79 (31.25% from 255) = 61.24%
R=6.98%
G=31.78%
B=61.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal941790.890.4800.69212.5779.5517.25
Hex9294F5930045d55011
Octal115111713160010532512021
Binary1001101001100111110110011100000100010111010101101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09294F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,41,79); }

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

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

 a { background-color: rgb(9,41,79); }

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

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

 span { border-color: rgb(9,41,79); }

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