#094562

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

Shades of Prussian Blue #094562

Tints of Prussian Blue #094562

Color information

#094562 (or 0x094562) is unknown color: approx Prussian Blue. HEX triplet: 09, 45 and 62. RGB value is (9,69,98). Sum of RGB (Red+Green+Blue) = 9+69+98=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 69 (27.34% from 255 or 39.20% from 176); Blue value is 98 (38.67% from 255 or 55.68% from 176); Max value from RGB is 98 - color contains mainly: blue. Hex color #094562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094562 is #F6BA9D. Grayscale: #363636. Windows color (decimal): -16169630 or 6440201. OLE color: 6440201.

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

Color convert

RGB96998-
CMYK0.910.3000.62
HSL199.55º83.18%20.98%-
HSV(B)199.55º90.82%38.43%-
XYZ4.455.212.32-
YUV54.37152.6295.64-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.11%
GREEN value IS 69 (27.34% from 255) = 39.20%
BLUE value IS 98 (38.67% from 255) = 55.68%
R=5.11%
G=39.20%
B=55.68%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal969980.910.3000.62199.5583.1820.98
Hex945625B1E03Ec85315
Octal111051421333607631012325
Binary100110001011100010101101111110011111011001000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094562; }

 p { color: rgb(9,69,98); }

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

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

 a { background-color: rgb(9,69,98); }

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

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

 span { border-color: rgb(9,69,98); }

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