#094663

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

Shades of Prussian Blue #094663

Tints of Prussian Blue #094663

Color information

#094663 (or 0x094663) is unknown color: approx Prussian Blue. HEX triplet: 09, 46 and 63. RGB value is (9,70,99). Sum of RGB (Red+Green+Blue) = 9+70+99=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 70 (27.73% from 255 or 39.33% from 178); Blue value is 99 (39.06% from 255 or 55.62% from 178); Max value from RGB is 99 - color contains mainly: blue. Hex color #094663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094663 is #F6B99C. Grayscale: #363636. Windows color (decimal): -16169373 or 6505993. OLE color: 6505993.

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

Color convert

RGB97099-
CMYK0.910.2900.61
HSL199.33º83.33%21.18%-
HSV(B)199.33º90.91%38.82%-
XYZ4.555.3412.59-
YUV55.07152.7995.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.06%
GREEN value IS 70 (27.73% from 255) = 39.33%
BLUE value IS 99 (39.06% from 255) = 55.62%
R=5.06%
G=39.33%
B=55.62%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal970990.910.2900.61199.3383.3321.18
Hex946635B1D03Dc75315
Octal111061431333507530712325
Binary100110001101100011101101111101011110111000111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094663; }

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

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

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

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

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

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

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

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