#094361

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

Shades of Prussian Blue #094361

Tints of Prussian Blue #094361

Color information

#094361 (or 0x094361) is unknown color: approx Prussian Blue. HEX triplet: 09, 43 and 61. RGB value is (9,67,97). Sum of RGB (Red+Green+Blue) = 9+67+97=173 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.20% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 97 (38.28% from 255 or 56.07% from 173); Max value from RGB is 97 - color contains mainly: blue. Hex color #094361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094361 is #F6BC9E. Grayscale: #343434. Windows color (decimal): -16170143 or 6374153. OLE color: 6374153.

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

Color convert

RGB96797-
CMYK0.910.3100.62
HSL200.45º83.02%20.78%-
HSV(B)200.45º90.72%38.04%-
XYZ4.284.9412.04-
YUV53.08152.7896.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.20%
GREEN value IS 67 (26.56% from 255) = 38.73%
BLUE value IS 97 (38.28% from 255) = 56.07%
R=5.20%
G=38.73%
B=56.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal967970.910.3100.62200.4583.0220.78
Hex943615B1F03Ec85315
Octal111031411333707631012325
Binary100110000111100001101101111111011111011001000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094361; }

 p { color: rgb(9,67,97); }

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

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

 a { background-color: rgb(9,67,97); }

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

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

 span { border-color: rgb(9,67,97); }

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