#093160

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

Shades of Prussian Blue #093160

Tints of Prussian Blue #093160

Color information

#093160 (or 0x093160) is unknown color: approx Prussian Blue. HEX triplet: 09, 31 and 60. RGB value is (9,49,96). Sum of RGB (Red+Green+Blue) = 9+49+96=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 96 (37.89% from 255 or 62.34% from 154); Max value from RGB is 96 - color contains mainly: blue. Hex color #093160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093160 is #F6CE9F. Grayscale: #2A2A2A. Windows color (decimal): -16174752 or 6304009. OLE color: 6304009.

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

Color convert

RGB94996-
CMYK0.910.4900.62
HSL212.41º82.86%20.59%-
HSV(B)212.41º90.62%37.65%-
XYZ3.323.111.49-
YUV42.4158.25104.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.84%
GREEN value IS 49 (19.53% from 255) = 31.82%
BLUE value IS 96 (37.89% from 255) = 62.34%
R=5.84%
G=31.82%
B=62.34%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal949960.910.4900.62212.4182.8620.59
Hex931605B3103Ed45315
Octal11611401336107632412325
Binary100111000111000001011011110001011111011010100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093160; }

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

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

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

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

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

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

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

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