#093361

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

Shades of Prussian Blue #093361

Tints of Prussian Blue #093361

Color information

#093361 (or 0x093361) is unknown color: approx Prussian Blue. HEX triplet: 09, 33 and 61. RGB value is (9,51,97). Sum of RGB (Red+Green+Blue) = 9+51+97=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 97 (38.28% from 255 or 61.78% from 157); Max value from RGB is 97 - color contains mainly: blue. Hex color #093361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093361 is #F6CC9E. Grayscale: #2B2B2B. Windows color (decimal): -16174239 or 6370057. OLE color: 6370057.

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

Color convert

RGB95197-
CMYK0.910.4700.62
HSL211.36º83.02%20.78%-
HSV(B)211.36º90.72%38.04%-
XYZ3.453.2911.76-
YUV43.69158.09103.26-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.73%
GREEN value IS 51 (20.31% from 255) = 32.48%
BLUE value IS 97 (38.28% from 255) = 61.78%
R=5.73%
G=32.48%
B=61.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal951970.910.4700.62211.3683.0220.78
Hex933615B2F03Ed35315
Octal11631411335707632312325
Binary100111001111000011011011101111011111011010011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093361; }

 p { color: rgb(9,51,97); }

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

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

 a { background-color: rgb(9,51,97); }

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

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

 span { border-color: rgb(9,51,97); }

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