#094295

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

Shades of Smalt #094295

Tints of Smalt #094295

Color information

#094295 (or 0x094295) is unknown color: approx Smalt. HEX triplet: 09, 42 and 95. RGB value is (9,66,149). Sum of RGB (Red+Green+Blue) = 9+66+149=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 149 (58.59% from 255 or 66.52% from 224); Max value from RGB is 149 - color contains mainly: blue. Hex color #094295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094295 is #F6BD6A. Grayscale: #3A3A3A. Windows color (decimal): -16170347 or 9781769. OLE color: 9781769.

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

Color convert

RGB966149-
CMYK0.940.5600.42
HSL215.57º88.61%30.98%-
HSV(B)215.57º93.96%58.43%-
XYZ7.496.1229.22-
YUV58.42179.1292.75-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.02%
GREEN value IS 66 (26.17% from 255) = 29.46%
BLUE value IS 149 (58.59% from 255) = 66.52%
R=4.02%
G=29.46%
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.42
SystemRedGreenBlueCMYKHSL
Decimal9661490.940.5600.42215.5788.6130.98
Hex942955E3802Ad8591f
Octal111022251367005233013137
Binary10011000010100101011011110111000010101011011000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094295; }

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

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

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

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

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

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

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

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