#094666

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

Shades of Prussian Blue #094666

Tints of Prussian Blue #094666

Color information

#094666 (or 0x094666) is unknown color: approx Prussian Blue. HEX triplet: 09, 46 and 66. RGB value is (9,70,102). Sum of RGB (Red+Green+Blue) = 9+70+102=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 102 (40.23% from 255 or 56.35% from 181); Max value from RGB is 102 - color contains mainly: blue. Hex color #094666 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094666 is #F6B999. Grayscale: #373737. Windows color (decimal): -16169370 or 6702601. OLE color: 6702601.

HSL color Cylindrical-coordinate representation of color #094666: hue angle of 200.65º 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 #094666 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB970102-
CMYK0.910.3100.6
HSL200.65º83.78%21.76%-
HSV(B)200.65º91.18%40%-
XYZ4.75.413.36-
YUV55.41154.2994.9-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.97%
GREEN value IS 70 (27.73% from 255) = 38.67%
BLUE value IS 102 (40.23% from 255) = 56.35%
R=4.97%
G=38.67%
B=56.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9701020.910.3100.6200.6583.7821.76
Hex946665B1F03Cc95416
Octal111061461333707431112426
Binary100110001101100110101101111111011110011001001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094666; }

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

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

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

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

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

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

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

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