#094397

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

Shades of Smalt #094397

Tints of Smalt #094397

Color information

#094397 (or 0x094397) is unknown color: approx Smalt. HEX triplet: 09, 43 and 97. RGB value is (9,67,151). Sum of RGB (Red+Green+Blue) = 9+67+151=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 151 (59.38% from 255 or 66.52% from 227); Max value from RGB is 151 - color contains mainly: blue. Hex color #094397 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094397 is #F6BC68. Grayscale: #3A3A3A. Windows color (decimal): -16170089 or 9913097. OLE color: 9913097.

HSL color Cylindrical-coordinate representation of color #094397: hue angle of 215.49º 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 #094397 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB967151-
CMYK0.940.5600.41
HSL215.49º88.75%31.37%-
HSV(B)215.49º94.04%59.22%-
XYZ7.716.3130.09-
YUV59.23179.7892.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.96%
GREEN value IS 67 (26.56% from 255) = 29.52%
BLUE value IS 151 (59.38% from 255) = 66.52%
R=3.96%
G=29.52%
B=66.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9671510.940.5600.41215.4988.7531.37
Hex943975E38029d7591f
Octal111032271367005132713137
Binary10011000011100101111011110111000010100111010111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094397; }

 p { color: rgb(9,67,151); }

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

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

 a { background-color: rgb(9,67,151); }

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

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

 span { border-color: rgb(9,67,151); }

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