#094765

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

Shades of Prussian Blue #094765

Tints of Prussian Blue #094765

Color information

#094765 (or 0x094765) is unknown color: approx Prussian Blue. HEX triplet: 09, 47 and 65. RGB value is (9,71,101). Sum of RGB (Red+Green+Blue) = 9+71+101=181 (23% of max value = 765). Red value is 9 (3.91% from 255 or 4.97% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 101 (39.84% from 255 or 55.80% from 181); Max value from RGB is 101 - color contains mainly: blue. Hex color #094765 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094765 is #F6B89A. Grayscale: #373737. Windows color (decimal): -16169115 or 6637321. OLE color: 6637321.

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

Color convert

RGB971101-
CMYK0.910.3000.60
HSL199.57º83.64%21.57%-
HSV(B)199.57º91.09%39.61%-
XYZ4.715.513.13-
YUV55.88153.4694.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.97%
GREEN value IS 71 (28.12% from 255) = 39.23%
BLUE value IS 101 (39.84% from 255) = 55.80%
R=4.97%
G=39.23%
B=55.80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9711010.910.3000.60199.5783.6421.57
Hex947655B1E03Cc85416
Octal111071451333607431012426
Binary100110001111100101101101111110011110011001000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094765; }

 p { color: rgb(9,71,101); }

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

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

 a { background-color: rgb(9,71,101); }

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

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

 span { border-color: rgb(9,71,101); }

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