#094261

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

Shades of Prussian Blue #094261

Tints of Prussian Blue #094261

Color information

#094261 (or 0x094261) is unknown color: approx Prussian Blue. HEX triplet: 09, 42 and 61. RGB value is (9,66,97). Sum of RGB (Red+Green+Blue) = 9+66+97=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 97 (38.28% from 255 or 56.40% from 172); Max value from RGB is 97 - color contains mainly: blue. Hex color #094261 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094261 is #F6BD9E. Grayscale: #343434. Windows color (decimal): -16170399 or 6373897. OLE color: 6373897.

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

Color convert

RGB96697-
CMYK0.910.3200.62
HSL201.14º83.02%20.78%-
HSV(B)201.14º90.72%38.04%-
XYZ4.224.8212.02-
YUV52.49153.1296.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.23%
GREEN value IS 66 (26.17% from 255) = 38.37%
BLUE value IS 97 (38.28% from 255) = 56.40%
R=5.23%
G=38.37%
B=56.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal966970.910.3200.62201.1483.0220.78
Hex942615B2003Ec95315
Octal111021411334007631112325
Binary1001100001011000011011011100000011111011001001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094261; }

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

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

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

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

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

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

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

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