#094268

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

Shades of Prussian Blue #094268

Tints of Prussian Blue #094268

Color information

#094268 (or 0x094268) is unknown color: approx Prussian Blue. HEX triplet: 09, 42 and 68. RGB value is (9,66,104). Sum of RGB (Red+Green+Blue) = 9+66+104=179 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.03% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 104 (41.02% from 255 or 58.10% from 179); Max value from RGB is 104 - color contains mainly: blue. Hex color #094268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094268 is #F6BD97. Grayscale: #353535. Windows color (decimal): -16170392 or 6832649. OLE color: 6832649.

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

Color convert

RGB966104-
CMYK0.910.3700.59
HSL204º84.07%22.16%-
HSV(B)204º91.35%40.78%-
XYZ4.564.9513.81-
YUV53.29156.6296.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.03%
GREEN value IS 66 (26.17% from 255) = 36.87%
BLUE value IS 104 (41.02% from 255) = 58.10%
R=5.03%
G=36.87%
B=58.10%

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
Decimal9661040.910.3700.5920484.0722.16
Hex942685B2503Bcc5416
Octal111021501334507331412426
Binary1001100001011010001011011100101011101111001100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094268; }

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

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

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

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

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

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

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

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