#094168

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

Shades of Prussian Blue #094168

Tints of Prussian Blue #094168

Color information

#094168 (or 0x094168) is unknown color: approx Prussian Blue. HEX triplet: 09, 41 and 68. RGB value is (9,65,104). Sum of RGB (Red+Green+Blue) = 9+65+104=178 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.06% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 104 (41.02% from 255 or 58.43% from 178); Max value from RGB is 104 - color contains mainly: blue. Hex color #094168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094168 is #F6BE97. Grayscale: #343434. Windows color (decimal): -16170648 or 6832393. OLE color: 6832393.

HSL color Cylindrical-coordinate representation of color #094168: hue angle of 204.63º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094168 is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB965104-
CMYK0.910.3800.59
HSL204.63º84.07%22.16%-
HSV(B)204.63º91.35%40.78%-
XYZ4.54.8413.79-
YUV52.7156.9596.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.06%
GREEN value IS 65 (25.78% from 255) = 36.52%
BLUE value IS 104 (41.02% from 255) = 58.43%
R=5.06%
G=36.52%
B=58.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9651040.910.3800.59204.6384.0722.16
Hex941685B2603Bcd5416
Octal111011501334607331512426
Binary1001100000111010001011011100110011101111001101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094168; }

 p { color: rgb(9,65,104); }

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

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

 a { background-color: rgb(9,65,104); }

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

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

 span { border-color: rgb(9,65,104); }

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