#093994

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

Shades of Smalt #093994

Tints of Smalt #093994

Color information

#093994 (or 0x093994) is unknown color: approx Smalt. HEX triplet: 09, 39 and 94. RGB value is (9,57,148). Sum of RGB (Red+Green+Blue) = 9+57+148=214 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.21% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 148 (58.20% from 255 or 69.16% from 214); Max value from RGB is 148 - color contains mainly: blue. Hex color #093994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #093994 is #F6C66B. Grayscale: #343434. Windows color (decimal): -16172652 or 9713929. OLE color: 9713929.

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

Color convert

RGB957148-
CMYK0.940.6100.42
HSL219.28º88.54%30.78%-
HSV(B)219.28º93.92%58.04%-
XYZ6.925.1228.64-
YUV53.02181.696.6-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.21%
GREEN value IS 57 (22.66% from 255) = 26.64%
BLUE value IS 148 (58.20% from 255) = 69.16%
R=4.21%
G=26.64%
B=69.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9571480.940.6100.42219.2888.5430.78
Hex939945E3D02Adb591f
Octal11712241367505233313137
Binary1001111001100101001011110111101010101011011011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093994; }

 p { color: rgb(9,57,148); }

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

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

 a { background-color: rgb(9,57,148); }

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

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

 span { border-color: rgb(9,57,148); }

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