#094062

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

Shades of Prussian Blue #094062

Tints of Prussian Blue #094062

Color information

#094062 (or 0x094062) is unknown color: approx Prussian Blue. HEX triplet: 09, 40 and 62. RGB value is (9,64,98). Sum of RGB (Red+Green+Blue) = 9+64+98=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 64 (25.39% from 255 or 37.43% from 171); Blue value is 98 (38.67% from 255 or 57.31% from 171); Max value from RGB is 98 - color contains mainly: blue. Hex color #094062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094062 is #F6BF9D. Grayscale: #333333. Windows color (decimal): -16170910 or 6438921. OLE color: 6438921.

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

Color convert

RGB96498-
CMYK0.910.3500.62
HSL202.92º83.18%20.98%-
HSV(B)202.92º90.82%38.43%-
XYZ4.154.6112.23-
YUV51.43154.2897.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.26%
GREEN value IS 64 (25.39% from 255) = 37.43%
BLUE value IS 98 (38.67% from 255) = 57.31%
R=5.26%
G=37.43%
B=57.31%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal964980.910.3500.62202.9283.1820.98
Hex940625B2303Ecb5315
Octal111001421334307631312325
Binary1001100000011000101011011100011011111011001011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094062; }

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

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

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

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

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

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

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

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