#093154

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

Shades of Prussian Blue #093154

Tints of Prussian Blue #093154

Color information

#093154 (or 0x093154) is unknown color: approx Prussian Blue. HEX triplet: 09, 31 and 54. RGB value is (9,49,84). Sum of RGB (Red+Green+Blue) = 9+49+84=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 49 (19.53% from 255 or 34.51% from 142); Blue value is 84 (33.20% from 255 or 59.15% from 142); Max value from RGB is 84 - color contains mainly: blue. Hex color #093154 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093154 is #F6CEAB. Grayscale: #282828. Windows color (decimal): -16174764 or 5517577. OLE color: 5517577.

HSL color Cylindrical-coordinate representation of color #093154: hue angle of 208º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #093154 is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB94984-
CMYK0.890.4200.67
HSL208º80.65%18.24%-
HSV(B)208º89.29%32.94%-
XYZ2.812.898.8-
YUV41.03152.25105.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.34%
GREEN value IS 49 (19.53% from 255) = 34.51%
BLUE value IS 84 (33.20% from 255) = 59.15%
R=6.34%
G=34.51%
B=59.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal949840.890.4200.6720880.6518.24
Hex93154592A043d05112
Octal116112413152010332012122
Binary1001110001101010010110011010100100001111010000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093154; }

 p { color: rgb(9,49,84); }

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

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

 a { background-color: rgb(9,49,84); }

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

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

 span { border-color: rgb(9,49,84); }

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