#093896

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

Shades of Smalt #093896

Tints of Smalt #093896

Color information

#093896 (or 0x093896) is unknown color: approx Smalt. HEX triplet: 09, 38 and 96. RGB value is (9,56,150). Sum of RGB (Red+Green+Blue) = 9+56+150=215 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.19% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 150 (58.98% from 255 or 69.77% from 215); Max value from RGB is 150 - color contains mainly: blue. Hex color #093896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093896 is #F6C769. Grayscale: #343434. Windows color (decimal): -16172906 or 9844745. OLE color: 9844745.

HSL color Cylindrical-coordinate representation of color #093896: hue angle of 220º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #093896 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB956150-
CMYK0.940.6300.41
HSL220º88.68%31.18%-
HSV(B)220º94%58.82%-
XYZ7.035.0929.47-
YUV52.66182.9396.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.19%
GREEN value IS 56 (22.27% from 255) = 26.05%
BLUE value IS 150 (58.98% from 255) = 69.77%
R=4.19%
G=26.05%
B=69.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9561500.940.6300.4122088.6831.18
Hex938965E3F029dc591f
Octal11702261367705133413137
Binary1001111000100101101011110111111010100111011100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093896; }

 p { color: rgb(9,56,150); }

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

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

 a { background-color: rgb(9,56,150); }

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

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

 span { border-color: rgb(9,56,150); }

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