#093585

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

Shades of Smalt #093585

Tints of Smalt #093585

Color information

#093585 (or 0x093585) is unknown color: approx Smalt. HEX triplet: 09, 35 and 85. RGB value is (9,53,133). Sum of RGB (Red+Green+Blue) = 9+53+133=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 133 (52.34% from 255 or 68.21% from 195); Max value from RGB is 133 - color contains mainly: blue. Hex color #093585 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093585 is #F6CA7A. Grayscale: #303030. Windows color (decimal): -16173691 or 8729865. OLE color: 8729865.

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

Color convert

RGB953133-
CMYK0.930.6000.48
HSL218.71º87.32%27.84%-
HSV(B)218.71º93.23%52.16%-
XYZ5.624.322.72-
YUV48.96175.4299.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.62%
GREEN value IS 53 (21.09% from 255) = 27.18%
BLUE value IS 133 (52.34% from 255) = 68.21%
R=4.62%
G=27.18%
B=68.21%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9531330.930.6000.48218.7187.3227.84
Hex935855D3C030db571c
Octal11652051357406033312734
Binary1001110101100001011011101111100011000011011011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093585; }

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

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

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

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

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

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

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

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