#093686

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

Shades of Smalt #093686

Tints of Smalt #093686

Color information

#093686 (or 0x093686) is unknown color: approx Smalt. HEX triplet: 09, 36 and 86. RGB value is (9,54,134). Sum of RGB (Red+Green+Blue) = 9+54+134=197 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.57% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 134 (52.73% from 255 or 68.02% from 197); Max value from RGB is 134 - color contains mainly: blue. Hex color #093686 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093686 is #F6C979. Grayscale: #313131. Windows color (decimal): -16173434 or 8795657. OLE color: 8795657.

HSL color Cylindrical-coordinate representation of color #093686: hue angle of 218.4º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #093686 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB954134-
CMYK0.930.6000.47
HSL218.4º87.41%28.04%-
HSV(B)218.4º93.28%52.55%-
XYZ5.734.4223.1-
YUV49.66175.5999-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.57%
GREEN value IS 54 (21.48% from 255) = 27.41%
BLUE value IS 134 (52.73% from 255) = 68.02%
R=4.57%
G=27.41%
B=68.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9541340.930.6000.47218.487.4128.04
Hex936865D3C02Fda571c
Octal11662061357405733212734
Binary1001110110100001101011101111100010111111011010101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093686; }

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

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

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

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

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

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

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

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