#093163

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

Shades of Prussian Blue #093163

Tints of Prussian Blue #093163

Color information

#093163 (or 0x093163) is unknown color: approx Prussian Blue. HEX triplet: 09, 31 and 63. RGB value is (9,49,99). Sum of RGB (Red+Green+Blue) = 9+49+99=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 49 (19.53% from 255 or 31.21% from 157); Blue value is 99 (39.06% from 255 or 63.06% from 157); Max value from RGB is 99 - color contains mainly: blue. Hex color #093163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093163 is #F6CE9C. Grayscale: #2A2A2A. Windows color (decimal): -16174749 or 6500617. OLE color: 6500617.

HSL color Cylindrical-coordinate representation of color #093163: hue angle of 213.33º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #093163 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB94999-
CMYK0.910.5100.61
HSL213.33º83.33%21.18%-
HSV(B)213.33º90.91%38.82%-
XYZ3.463.1612.23-
YUV42.74159.75103.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.73%
GREEN value IS 49 (19.53% from 255) = 31.21%
BLUE value IS 99 (39.06% from 255) = 63.06%
R=5.73%
G=31.21%
B=63.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal949990.910.5100.61213.3383.3321.18
Hex931635B3303Dd55315
Octal11611431336307532512325
Binary100111000111000111011011110011011110111010101101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093163; }

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

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

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

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

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

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

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

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