#093362

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

Shades of Prussian Blue #093362

Tints of Prussian Blue #093362

Color information

#093362 (or 0x093362) is unknown color: approx Prussian Blue. HEX triplet: 09, 33 and 62. RGB value is (9,51,98). Sum of RGB (Red+Green+Blue) = 9+51+98=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 51 (20.31% from 255 or 32.28% from 158); Blue value is 98 (38.67% from 255 or 62.03% from 158); Max value from RGB is 98 - color contains mainly: blue. Hex color #093362 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093362 is #F6CC9D. Grayscale: #2B2B2B. Windows color (decimal): -16174238 or 6435593. OLE color: 6435593.

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

Color convert

RGB95198-
CMYK0.910.4800.62
HSL211.69º83.18%20.98%-
HSV(B)211.69º90.82%38.43%-
XYZ3.53.3112.01-
YUV43.8158.59103.18-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.70%
GREEN value IS 51 (20.31% from 255) = 32.28%
BLUE value IS 98 (38.67% from 255) = 62.03%
R=5.70%
G=32.28%
B=62.03%

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
Decimal951980.910.4800.62211.6983.1820.98
Hex933625B3003Ed45315
Octal11631421336007632412325
Binary100111001111000101011011110000011111011010100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093362; }

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

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

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

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

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

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

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

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