#094269

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

Shades of Prussian Blue #094269

Tints of Prussian Blue #094269

Color information

#094269 (or 0x094269) is unknown color: approx Prussian Blue. HEX triplet: 09, 42 and 69. RGB value is (9,66,105). Sum of RGB (Red+Green+Blue) = 9+66+105=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 66 (26.17% from 255 or 36.67% from 180); Blue value is 105 (41.41% from 255 or 58.33% from 180); Max value from RGB is 105 - color contains mainly: blue. Hex color #094269 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094269 is #F6BD96. Grayscale: #353535. Windows color (decimal): -16170391 or 6898185. OLE color: 6898185.

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

Color convert

RGB966105-
CMYK0.910.3700.59
HSL204.38º84.21%22.35%-
HSV(B)204.38º91.43%41.18%-
XYZ4.614.9714.08-
YUV53.4157.1296.33-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5%
GREEN value IS 66 (26.17% from 255) = 36.67%
BLUE value IS 105 (41.41% from 255) = 58.33%
R=5%
G=36.67%
B=58.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9661050.910.3700.59204.3884.2122.35
Hex942695B2503Bcc5416
Octal111021511334507331412426
Binary1001100001011010011011011100101011101111001100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094269; }

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

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

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

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

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

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

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

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