#094164

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

Shades of Prussian Blue #094164

Tints of Prussian Blue #094164

Color information

#094164 (or 0x094164) is unknown color: approx Prussian Blue. HEX triplet: 09, 41 and 64. RGB value is (9,65,100). Sum of RGB (Red+Green+Blue) = 9+65+100=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 65 (25.78% from 255 or 37.36% from 174); Blue value is 100 (39.45% from 255 or 57.47% from 174); Max value from RGB is 100 - color contains mainly: blue. Hex color #094164 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094164 is #F6BE9B. Grayscale: #343434. Windows color (decimal): -16170652 or 6570249. OLE color: 6570249.

HSL color Cylindrical-coordinate representation of color #094164: hue angle of 203.08º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094164 is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB965100-
CMYK0.910.3500.61
HSL203.08º83.49%21.37%-
HSV(B)203.08º91%39.22%-
XYZ4.34.7612.75-
YUV52.25154.9597.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.17%
GREEN value IS 65 (25.78% from 255) = 37.36%
BLUE value IS 100 (39.45% from 255) = 57.47%
R=5.17%
G=37.36%
B=57.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9651000.910.3500.61203.0883.4921.37
Hex941645B2303Dcb5315
Octal111011441334307531312325
Binary1001100000111001001011011100011011110111001011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094164; }

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

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

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

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

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

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

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

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