#093185

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

Shades of Smalt #093185

Tints of Smalt #093185

Color information

#093185 (or 0x093185) is unknown color: approx Smalt. HEX triplet: 09, 31 and 85. RGB value is (9,49,133). Sum of RGB (Red+Green+Blue) = 9+49+133=191 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.71% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 133 (52.34% from 255 or 69.63% from 191); Max value from RGB is 133 - color contains mainly: blue. Hex color #093185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093185 is #F6CE7A. Grayscale: #2E2E2E. Windows color (decimal): -16174715 or 8728841. OLE color: 8728841.

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

Color convert

RGB949133-
CMYK0.930.6300.48
HSL220.65º87.32%27.84%-
HSV(B)220.65º93.23%52.16%-
XYZ5.443.9522.67-
YUV46.62176.75101.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.71%
GREEN value IS 49 (19.53% from 255) = 25.65%
BLUE value IS 133 (52.34% from 255) = 69.63%
R=4.71%
G=25.65%
B=69.63%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9491330.930.6300.48220.6587.3227.84
Hex931855D3F030dd571c
Octal11612051357706033512734
Binary1001110001100001011011101111111011000011011101101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093185; }

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

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

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

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

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

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

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

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