#093F8F

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

Shades of Smalt #093F8F

Tints of Smalt #093F8F

Color information

#093F8F (or 0x093F8F) is unknown color: approx Smalt. HEX triplet: 09, 3F and 8F. RGB value is (9,63,143). Sum of RGB (Red+Green+Blue) = 9+63+143=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 143 (56.25% from 255 or 66.51% from 215); Max value from RGB is 143 - color contains mainly: blue. Hex color #093F8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093F8F is #F6C070. Grayscale: #373737. Windows color (decimal): -16171121 or 9387785. OLE color: 9387785.

HSL color Cylindrical-coordinate representation of color #093F8F: hue angle of 215.82º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093F8F is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB963143-
CMYK0.940.5600.44
HSL215.82º88.16%29.8%-
HSV(B)215.82º93.71%56.08%-
XYZ6.855.626.71-
YUV55.97177.1194.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.19%
GREEN value IS 63 (25% from 255) = 29.30%
BLUE value IS 143 (56.25% from 255) = 66.51%
R=4.19%
G=29.30%
B=66.51%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9631430.940.5600.44215.8288.1629.8
Hex93F8F5E3802Cd8581e
Octal11772171367005433013036
Binary1001111111100011111011110111000010110011011000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093F8F; }

 p { color: rgb(9,63,143); }

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

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

 a { background-color: rgb(9,63,143); }

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

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

 span { border-color: rgb(9,63,143); }

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