#094296

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

Shades of Smalt #094296

Tints of Smalt #094296

Color information

#094296 (or 0x094296) is unknown color: approx Smalt. HEX triplet: 09, 42 and 96. RGB value is (9,66,150). Sum of RGB (Red+Green+Blue) = 9+66+150=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 150 (58.98% from 255 or 66.67% from 225); Max value from RGB is 150 - color contains mainly: blue. Hex color #094296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094296 is #F6BD69. Grayscale: #3A3A3A. Windows color (decimal): -16170346 or 9847305. OLE color: 9847305.

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

Color convert

RGB966150-
CMYK0.940.5600.41
HSL215.74º88.68%31.18%-
HSV(B)215.74º94%58.82%-
XYZ7.576.1629.64-
YUV58.53179.6292.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4%
GREEN value IS 66 (26.17% from 255) = 29.33%
BLUE value IS 150 (58.98% from 255) = 66.67%
R=4%
G=29.33%
B=66.67%

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
Decimal9661500.940.5600.41215.7488.6831.18
Hex942965E38029d8591f
Octal111022261367005133013137
Binary10011000010100101101011110111000010100111011000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094296; }

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

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

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

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

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

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

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

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