#093e9c

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

Shades of Smalt #093E9C

Tints of Smalt #093E9C

Color information

#093E9C (or 0x093E9C) is unknown color: approx Smalt. HEX triplet: 09, 3E and 9C. RGB value is (9,62,156). Sum of RGB (Red+Green+Blue) = 9+62+156=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 62 (24.61% from 255 or 27.31% from 227); Blue value is 156 (61.33% from 255 or 68.72% from 227); Max value from RGB is 156 - color contains mainly: blue. Hex color #093E9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093E9C is #F6C163. Grayscale: #383838. Windows color (decimal): -16171364 or 10239497. OLE color: 10239497.

HSL color Cylindrical-coordinate representation of color #093E9C: hue angle of 218.37º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093E9C is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB962156-
CMYK0.940.6000.39
HSL218.37º89.09%32.35%-
HSV(B)218.37º94.23%61.18%-
XYZ7.845.932.18-
YUV56.87183.9493.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.96%
GREEN value IS 62 (24.61% from 255) = 27.31%
BLUE value IS 156 (61.33% from 255) = 68.72%
R=3.96%
G=27.31%
B=68.72%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9621560.940.6000.39218.3789.0932.35
Hex93E9C5E3C027da5920
Octal11762341367404733213140
Binary10011111101001110010111101111000100111110110101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093e9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,62,156); }

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

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

 a { background-color: rgb(9,62,156); }

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

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

 span { border-color: rgb(9,62,156); }

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