#094162

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

Shades of Prussian Blue #094162

Tints of Prussian Blue #094162

Color information

#094162 (or 0x094162) is unknown color: approx Prussian Blue. HEX triplet: 09, 41 and 62. RGB value is (9,65,98). Sum of RGB (Red+Green+Blue) = 9+65+98=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 98 (38.67% from 255 or 56.98% from 172); Max value from RGB is 98 - color contains mainly: blue. Hex color #094162 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094162 is #F6BE9D. Grayscale: #333333. Windows color (decimal): -16170654 or 6439177. OLE color: 6439177.

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

Color convert

RGB96598-
CMYK0.910.3400.62
HSL202.25º83.18%20.98%-
HSV(B)202.25º90.82%38.43%-
XYZ4.214.7212.24-
YUV52.02153.9597.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.23%
GREEN value IS 65 (25.78% from 255) = 37.79%
BLUE value IS 98 (38.67% from 255) = 56.98%
R=5.23%
G=37.79%
B=56.98%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal965980.910.3400.62202.2583.1820.98
Hex941625B2203Eca5315
Octal111011421334207631212325
Binary1001100000111000101011011100010011111011001010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094162; }

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

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

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

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

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

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

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

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