#094166

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

Shades of Prussian Blue #094166

Tints of Prussian Blue #094166

Color information

#094166 (or 0x094166) is unknown color: approx Prussian Blue. HEX triplet: 09, 41 and 66. RGB value is (9,65,102). Sum of RGB (Red+Green+Blue) = 9+65+102=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 102 (40.23% from 255 or 57.95% from 176); Max value from RGB is 102 - color contains mainly: blue. Hex color #094166 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094166 is #F6BE99. Grayscale: #343434. Windows color (decimal): -16170650 or 6701321. OLE color: 6701321.

HSL color Cylindrical-coordinate representation of color #094166: hue angle of 203.87º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094166 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB965102-
CMYK0.910.3600.6
HSL203.87º83.78%21.76%-
HSV(B)203.87º91.18%40%-
XYZ4.44.813.26-
YUV52.47155.9596.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.11%
GREEN value IS 65 (25.78% from 255) = 36.93%
BLUE value IS 102 (40.23% from 255) = 57.95%
R=5.11%
G=36.93%
B=57.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9651020.910.3600.6203.8783.7821.76
Hex941665B2403Ccc5416
Octal111011461334407431412426
Binary1001100000111001101011011100100011110011001100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094166; }

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

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

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

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

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

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

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

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