#093254

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

Shades of Prussian Blue #093254

Tints of Prussian Blue #093254

Color information

#093254 (or 0x093254) is unknown color: approx Prussian Blue. HEX triplet: 09, 32 and 54. RGB value is (9,50,84). Sum of RGB (Red+Green+Blue) = 9+50+84=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 50 (19.92% from 255 or 34.97% from 143); Blue value is 84 (33.20% from 255 or 58.74% from 143); Max value from RGB is 84 - color contains mainly: blue. Hex color #093254 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093254 is #F6CDAB. Grayscale: #292929. Windows color (decimal): -16174508 or 5517833. OLE color: 5517833.

HSL color Cylindrical-coordinate representation of color #093254: hue angle of 207.2º 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 #093254 is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB95084-
CMYK0.890.4000.67
HSL207.2º80.65%18.24%-
HSV(B)207.2º89.29%32.94%-
XYZ2.852.988.81-
YUV41.62151.92104.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.29%
GREEN value IS 50 (19.92% from 255) = 34.97%
BLUE value IS 84 (33.20% from 255) = 58.74%
R=6.29%
G=34.97%
B=58.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal950840.890.4000.67207.280.6518.24
Hex932545928043cf5112
Octal116212413150010331712122
Binary1001110010101010010110011010000100001111001111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093254; }

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

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

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

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

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

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

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

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