#093260

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

Shades of Prussian Blue #093260

Tints of Prussian Blue #093260

Color information

#093260 (or 0x093260) is unknown color: approx Prussian Blue. HEX triplet: 09, 32 and 60. RGB value is (9,50,96). Sum of RGB (Red+Green+Blue) = 9+50+96=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 96 (37.89% from 255 or 61.94% from 155); Max value from RGB is 96 - color contains mainly: blue. Hex color #093260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093260 is #F6CD9F. Grayscale: #2A2A2A. Windows color (decimal): -16174496 or 6304265. OLE color: 6304265.

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

Color convert

RGB95096-
CMYK0.910.4800.62
HSL211.72º82.86%20.59%-
HSV(B)211.72º90.62%37.65%-
XYZ3.363.1811.5-
YUV42.98157.92103.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.81%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 96 (37.89% from 255) = 61.94%
R=5.81%
G=32.26%
B=61.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal950960.910.4800.62211.7282.8620.59
Hex932605B3003Ed45315
Octal11621401336007632412325
Binary100111001011000001011011110000011111011010100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093260; }

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

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

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

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

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

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

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

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