#093D9F

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

Shades of Smalt #093D9F

Tints of Smalt #093D9F

Color information

#093D9F (or 0x093D9F) is unknown color: approx Smalt. HEX triplet: 09, 3D and 9F. RGB value is (9,61,159). Sum of RGB (Red+Green+Blue) = 9+61+159=229 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.93% from 229); Green value is 61 (24.22% from 255 or 26.64% from 229); Blue value is 159 (62.5% from 255 or 69.43% from 229); Max value from RGB is 159 - color contains mainly: blue. Hex color #093D9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093D9F is #F6C260. Grayscale: #383838. Windows color (decimal): -16171617 or 10435849. OLE color: 10435849.

HSL color Cylindrical-coordinate representation of color #093D9F: hue angle of 219.2º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093D9F is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB961159-
CMYK0.940.6200.38
HSL219.2º89.29%32.94%-
HSV(B)219.2º94.34%62.35%-
XYZ8.045.933.52-
YUV56.62185.7794.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.93%
GREEN value IS 61 (24.22% from 255) = 26.64%
BLUE value IS 159 (62.5% from 255) = 69.43%
R=3.93%
G=26.64%
B=69.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9611590.940.6200.38219.289.2932.94
Hex93D9F5E3E026db5921
Octal11752371367604633313141
Binary10011111011001111110111101111100100110110110111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,61,159); }

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

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

 a { background-color: rgb(9,61,159); }

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

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

 span { border-color: rgb(9,61,159); }

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