#093660

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

Shades of Prussian Blue #093660

Tints of Prussian Blue #093660

Color information

#093660 (or 0x093660) is unknown color: approx Prussian Blue. HEX triplet: 09, 36 and 60. RGB value is (9,54,96). Sum of RGB (Red+Green+Blue) = 9+54+96=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 96 (37.89% from 255 or 60.38% from 159); Max value from RGB is 96 - color contains mainly: blue. Hex color #093660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #093660 is #F6C99F. Grayscale: #2D2D2D. Windows color (decimal): -16173472 or 6305289. OLE color: 6305289.

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

Color convert

RGB95496-
CMYK0.910.4400.62
HSL208.97º82.86%20.59%-
HSV(B)208.97º90.62%37.65%-
XYZ3.543.5411.56-
YUV45.33156.59102.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.66%
GREEN value IS 54 (21.48% from 255) = 33.96%
BLUE value IS 96 (37.89% from 255) = 60.38%
R=5.66%
G=33.96%
B=60.38%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal954960.910.4400.62208.9782.8620.59
Hex936605B2C03Ed15315
Octal11661401335407632112325
Binary100111011011000001011011101100011111011010001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093660; }

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

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

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

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

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

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

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

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