#094292

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

Shades of Smalt #094292

Tints of Smalt #094292

Color information

#094292 (or 0x094292) is unknown color: approx Smalt. HEX triplet: 09, 42 and 92. RGB value is (9,66,146). Sum of RGB (Red+Green+Blue) = 9+66+146=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 146 (57.42% from 255 or 66.06% from 221); Max value from RGB is 146 - color contains mainly: blue. Hex color #094292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094292 is #F6BD6D. Grayscale: #393939. Windows color (decimal): -16170350 or 9585161. OLE color: 9585161.

HSL color Cylindrical-coordinate representation of color #094292: hue angle of 215.04º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094292 is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB966146-
CMYK0.940.5500.43
HSL215.04º88.39%30.39%-
HSV(B)215.04º93.84%57.25%-
XYZ7.256.0327.98-
YUV58.08177.6293-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.07%
GREEN value IS 66 (26.17% from 255) = 29.86%
BLUE value IS 146 (57.42% from 255) = 66.06%
R=4.07%
G=29.86%
B=66.06%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9661460.940.5500.43215.0488.3930.39
Hex942925E3702Bd7581e
Octal111022221366705332713036
Binary10011000010100100101011110110111010101111010111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094292; }

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

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

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

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

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

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

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

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